Skip to content

Instantly share code, notes, and snippets.

@CaelDou
Last active June 27, 2024 01:02
Show Gist options
  • Save CaelDou/5e662f7f760df55cf0e7c6ae67e14adb to your computer and use it in GitHub Desktop.
Save CaelDou/5e662f7f760df55cf0e7c6ae67e14adb to your computer and use it in GitHub Desktop.
for i = 10,1,-1
do
turtle.forward()
turtle.up()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment