2008-03-06 09:15:58 +00:00

7 lines
95 B
Plaintext

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