Name: Anonymous 2007-04-19 7:35 ID:4aeRzkyG
Okay here are the rules for this game
Someone posts a code, and you have to add lines/code and post it.
Then someone has to add lines/code to your post and post it etc..
For example:
int main()
to
Is ok but changing
to
is against the rules
Only C/C++ code is allowed.
I'll do the start
Someone posts a code, and you have to add lines/code and post it.
Then someone has to add lines/code to your post and post it etc..
For example:
Changingint main()
to
int main(int i)Is ok but changing
int main(int i)to
int main(int b)is against the rules
Only C/C++ code is allowed.
I'll do the start
int main() {
void *p;
int i = 926102321;
p = (void*)&i+4;
*((char*)p) = 0;
(void)puts((char*)&i);
}