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