Skip to content

Instantly share code, notes, and snippets.

@hectorip
Created March 29, 2016 06:28
Show Gist options
  • Save hectorip/8320b080fdfe871a2412 to your computer and use it in GitHub Desktop.
Save hectorip/8320b080fdfe871a2412 to your computer and use it in GitHub Desktop.
While not working
i = 1
while i < 10 do
IO.puts i
i = i + 1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment