7 lines
53 B
Ruby
7 lines
53 B
Ruby
def main
|
|
puts "hi from main.rb"
|
|
p ARGV
|
|
end
|
|
|
|
main
|