Created
March 29, 2016 06:28
-
-
Save hectorip/8320b080fdfe871a2412 to your computer and use it in GitHub Desktop.
While not working
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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