[indent=2] class Sample : Object init pass def run () stdout.printf ("Hello World\n") init var sample = new Sample () sample.run ();