here's the C version, for those of you who prefer it: #include<stdio.h>
int main(int argc, void *argv[]){
for(;;)printf("Japan is EVIL\n");
return(0);
}
Name:
Anonymous2009-01-29 6:39
>>121
No reason, other than chicken is tasty. If you're going to eat meat why not kill it yourself?
Name:
Anonymous2009-01-29 6:39
>>128
it's very useful.
you think people don't need to know how EVIL japan is?
Name:
Anonymous2009-01-29 6:41
>>131
They would already know this is they read wikipedia page about the subject. No need for the program.
Name:
Anonymous2009-01-29 6:44
>>132
they should read it every day.
they should put it in their start up script so it runs whenever their computer is powered on, so they can remember to do so.
in conclusion Korea is the best country
Name:
Anonymous2009-01-29 6:46
>>133
Why they should? Its of no benefit for them.
Name:
Anonymous2009-01-29 6:47
Japan doesn't have Myulchi Boekum, therefore Japan sucks.
Name:
Anonymous2009-01-29 6:48
>>135
How Myulchi Boekum makes country not "sucks"?
Name:
Anonymous2009-01-29 6:49
>>134 BENEFITfortheWORLD
they must know of Korea's awesomeness, and must stop buying poorly made Japanese plagiarism
Name:
Anonymous2009-01-29 6:51
>>137
Are you sure they can't figure out Korea awesomeness on their own?
Name:
Anonymous2009-01-29 6:52
>>138
no, because Korea isn't an EXPERT ADVERTISER like pigdog Japan or blatantly homosexual applemac
Name:
Anonymous2009-01-29 6:52
>>129
slow as fuck, here's a better version: #include <stdio.h>
int main(void){
setvbuf(stdout, NULL, _IOFBF, 0);
for(;;) fwrite("Japan is EVIL\n\0", 16, 1, stdout);
return 0;
}