From 86574fcb420253602bed7b0427f7cda8a20f567d Mon Sep 17 00:00:00 2001 From: jprosario Date: Sat, 23 Jan 2016 15:40:56 -0500 Subject: [PATCH] Done. --- hello_world.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello_world.rb diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..7f09b2f --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!" \ No newline at end of file