Name: Anonymous 2009-01-29 2:01
Is the less man page just one gigantic joke?
#include<stdio.h>
#define KOREA_IS_BEST 1
#define JAPAN_IS_BEST 0
int main(int argc, void *argv[]){
if(KOREA_IS_BEST){
for(;;) printf("KOREA WAS HERE, JAPAN IS LOSER\n")
}
return(0);
}