Ruby for Instance / Command Line

# Check if Ruby is installed
ruby -v

# Run in the cli: ruby <program-name>.rb,
# Where <program-name> is the name of the ruby file
ruby hello-world.rb

Try on playground

Next: read and write

made with by dfxe / source / license