6 lines
72 B
Vala
Raw Normal View History

2008-08-15 00:07:10 +01:00
static void main (string[] args)
{
stdout.printf ("Hello World\n");
}