Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2013 15:09
Show Gist options
  • Select an option

  • Save anonymous/7266853 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/7266853 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Nov 1, 2013.
    4 changes: 4 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    puts 'Hello there, and what\'s your name?'
    name = gets.chomp
    puts 'Your name is ' + name + '? What a lovely name!'
    puts 'Pleased to meet you, ' + name + '. :)'