From 474d8e516340a5f50c17ad44ea94769e2d6fa0f1 Mon Sep 17 00:00:00 2001 From: Liam M Baker Date: Thu, 8 Oct 2020 23:32:10 +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 0000000..01a178a --- /dev/null +++ b/hello_world.rb @@ -0,0 +1 @@ +puts "Hello World!"