RosettaCodeData/Task/Langtons-ant/Euphoria/langtons-ant-2.eu
2026-04-30 12:34:36 -04:00

2 lines
156 B
Text

sequence grid = repeat(repeat(1,100),100) --fill 100 by 100 grid with white (1)
sequence antData = {48, 53, 360} --x coordinate, y coordinate, facing angle