From 8ac46f8ce025a3c8d8a8454388f3f56d8841594c Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 22:50:36 +0200 Subject: [PATCH] Tested Ruby --- ruby/helloworld.rb | 1 + ruby/test.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 ruby/test.sh diff --git a/ruby/helloworld.rb b/ruby/helloworld.rb index 832c116..0712d4a 100644 --- a/ruby/helloworld.rb +++ b/ruby/helloworld.rb @@ -1 +1,2 @@ +#runs successfully puts 'Hello World!' \ No newline at end of file diff --git a/ruby/test.sh b/ruby/test.sh new file mode 100755 index 0000000..b3fe64f --- /dev/null +++ b/ruby/test.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ruby helloworld.rb \ No newline at end of file