2008-03-10 12:14:15 +00:00

7 lines
96 B
Plaintext

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