Skip to content

Instantly share code, notes, and snippets.

@RSchneider94
Created July 12, 2018 14:37
Show Gist options
  • Save RSchneider94/6d7a86144931cd9476794c6ca56faca9 to your computer and use it in GitHub Desktop.
Save RSchneider94/6d7a86144931cd9476794c6ca56faca9 to your computer and use it in GitHub Desktop.
My fourth Ruby on Rails Program
(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