dev/vala/hello/hello.vala

6 lines
55 B
Vala
Raw Normal View History

2012-09-26 19:45:46 +04:00
int main ()
{
print ("Hello World\n");
return 0;
}