2011-10-13 14:34:13 +01:00

7 lines
98 B
Plaintext

#name: int main(argc, argv) { ... }
# --
int main(int argc, char *argv[])
{
$0
return 0;
}