The simplest way to get external data into a program is to use the keyboard. : Keyboard reading « Development « Ruby






The simplest way to get external data into a program is to use the keyboard.


a = gets
puts a

 

Related examples in the same category