2008-08-15 00:07:10 +01:00

6 lines
72 B
Vala

static void main (string[] args)
{
stdout.printf ("Hello World\n");
}