/* vim: set ts=8 sw=8 noexpandtab: */ #include int main(void) { printf("Hello World\n"); return 0; }