1 2 3 4 5 6 7 8
class Demo.HelloWorld : GLib.Object { public static int main (String[] args) { stdout.printf("Hello World\n"); return 0; } }