2008-03-06 10:31:10 +00:00

7 lines
96 B
Plaintext

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