From e402755d8d66571d31e6edaee40c829d0559f2bf Mon Sep 17 00:00:00 2001 From: Artem Darius Weber Date: Sat, 7 Sep 2024 14:57:25 +0300 Subject: [PATCH] feat: added hello world --- hello_world.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello_world.rb diff --git a/hello_world.rb b/hello_world.rb new file mode 100644 index 0000000..717d507 --- /dev/null +++ b/hello_world.rb @@ -0,0 +1,2 @@ +puts "Hello, world!" +