commit cdbef84b5bd2fe2e6fdfaf3d9b5647bfd0b26874 Author: Dan Buch Date: Mon Feb 6 23:19:36 2012 -0500 ex1 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.'