9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
|
class Demo.HelloWorld : GLib.Object
|
||
|
{
|
||
|
public static int main (String[] args)
|
||
|
{
|
||
|
stdout.printf("Hello World\n");
|
||
|
return 0;
|
||
|
}
|
||
|
}
|