From d59e618244be3319d1d6eb73ae460453bb7afc08 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 16 Nov 2024 16:08:58 +0100 Subject: [PATCH] Create helloworld.rb --- applications/ruby/helloworld.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 applications/ruby/helloworld.rb diff --git a/applications/ruby/helloworld.rb b/applications/ruby/helloworld.rb new file mode 100644 index 00000000..b85a0422 --- /dev/null +++ b/applications/ruby/helloworld.rb @@ -0,0 +1 @@ +puts "Hello World"