OK, lets write our first Ruby program. We’ll use the Ruby’s interactive interpreter. For run it type irb in the console window.
Now you see the something like
irb(main):001:0>
It seems that you are in the Ruby’s interactive mode.

Type puts “Hello World!” and press enter.
Continue reading Ruby for beginners. Part #2. “Hello World!” or Ruby basic elements
