QP School
QP School
>
Tutorials
>
Ruby 3 Tutorials, exercises and examples
> Hello World in Ruby 3 with user input
Full Version:
Hello World in Ruby 3 with user input
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Qomplainerz
02-15-2021, 01:02 PM
Quote:
puts "Please enter something here: "
var = gets.chomp
puts var
QP School
>
Tutorials
>
Ruby 3 Tutorials, exercises and examples
> Hello World in Ruby 3 with user input