class Main def show print "Main#show\n" endend main = Main.newmain.show def main.show print "HelloWorld\n"endmain.show
Standard input is empty
Main#show HelloWorld
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!