projekt-modelowanie/Assets/LSystem/Sierpinski.txt
2021-05-13 12:21:55 +02:00

6 lines
44 B
Plaintext

#axiom
L
#rules
L->R+L+R
R->L-R-L
#end rules