Skip to main content
The number one program is Hello World. This program prints the string "Hello World".
puts outputs a value (or a load of values) to the standard output. It also starts a new line.
puts
test text