1
0
Fork 0
lrthw/exercises/ex13.rb

10 lines
207 B
Ruby
Raw Normal View History

2023-09-30 13:20:59 +00:00
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