jes-ruby/runtime/main.rb

7 lines
53 B
Ruby

def main
puts "hi from main.rb"
p ARGV
end
main