From cdbef84b5bd2fe2e6fdfaf3d9b5647bfd0b26874 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 6 Feb 2012 23:19:36 -0500 Subject: [PATCH] ex1 --- ex1.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ex1.rb diff --git a/ex1.rb b/ex1.rb new file mode 100644 index 0000000..1fd549f --- /dev/null +++ b/ex1.rb @@ -0,0 +1,7 @@ +puts "Hello World!" +puts "Hello Again" +puts "I like typing this." +puts "This is fun." +puts 'Yay! Printing.' +puts "I'd much rather you 'not'." +puts 'I "said" do not touch this.'