commit e402755d8d66571d31e6edaee40c829d0559f2bf Author: Artem Darius Weber Date: Sat Sep 7 14:57:25 2024 +0300 feat: added hello world 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!" +