From 623801f4d1a43b3fd41add38ee470b048f3e7052 Mon Sep 17 00:00:00 2001 From: sirjan13 Date: Sun, 1 Oct 2017 19:38:29 +0530 Subject: [PATCH] Ruby code for hello_world --- 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..5351f08 --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts 'Hello, world!'