Created
July 12, 2018 14:37
-
-
Save RSchneider94/6d7a86144931cd9476794c6ca56faca9 to your computer and use it in GitHub Desktop.
My fourth Ruby on Rails Program
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
(0..10).each do |n| | |
p "the new number is #{n}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment