Tested Ruby

This commit is contained in:
ilsix 2024-04-04 22:50:36 +02:00
parent 26cd6a492d
commit 8ac46f8ce0
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
#runs successfully
puts 'Hello World!' puts 'Hello World!'

2
ruby/test.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
ruby helloworld.rb