puts('Hello '+'world')puts('Hello '*3)puts('Hello'[0])puts('Hello'[1])puts('Hello'[2])
Standard input is empty
Hello world Hello Hello Hello H e l
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!