Skip to content

Instantly share code, notes, and snippets.

@ZASMan
Created October 13, 2015 00:25
Show Gist options
  • Save ZASMan/d078c40d8b002fb78098 to your computer and use it in GitHub Desktop.
Save ZASMan/d078c40d8b002fb78098 to your computer and use it in GitHub Desktop.
name="Zane"
def greeting
puts "Zane"
name = gets.chomp
puts "Hello" + " " + name
end
greeting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment