Skip to content

Instantly share code, notes, and snippets.

@StephenFiser
Created May 22, 2014 23:10
Show Gist options
  • Save StephenFiser/c6057f2b3e5e6207808a to your computer and use it in GitHub Desktop.
Save StephenFiser/c6057f2b3e5e6207808a to your computer and use it in GitHub Desktop.
p "Enter your favorite number: "
number = gets.chomp
p "The number you entered was #{number}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment