MWS_2021/Unity Project/Assets/LSystem/Sierpinski.txt
2021-05-06 01:27:44 +02:00

6 lines
44 B
Plaintext

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