dev/vala/cmake_hello/test/hello_test.vala

7 lines
78 B
Vala

int main (string[] args)
{
stdout.printf ("Hello world!\n");
return 0;
}