1
0
Fork 0
lrthw/exercises/ex13.rb

10 lines
207 B
Ruby

first, second, third = ARGV
puts "Your first variable is: #{first}"
puts "Your second variable is: #{second}"
puts "Your third variable is: #{third}"
puts "Do a thing"
thing = $stdin.gets.chomp
puts thing