From 5d28a3b2d8928386030fdf0b25a5942e90135a2f Mon Sep 17 00:00:00 2001 From: witty-callback-f620 Date: Wed, 28 Apr 2021 12:57:21 +0000 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 00000000..01a178ad --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!"