Skip to content
Liu Lantao edited this page Nov 22, 2014 · 1 revision

Let's just say "Hello world" to start our tour.

 puts "Hello world!"

Here, puts represents for put string, means write out a string to standard output (STDOUT).

Clone this wiki locally