2018-08-22 01:37:32 -03:00

6 lines
72 B
Vala
Executable File

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