From 9a963a8857ddbf76a9305abe14c78460a5955908 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 20 Apr 2021 05:59:35 +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!"