>>198
This program can also easily prove the opposite with:
#include<stdio.h>
#define KOREA_IS_BEST 1
#define JAPAN_IS_BEST 0
int main(int argc, void *argv[]){
if(KOREA_IS_BEST==false){
for(;;) printf("KOREA WAS HERE, JAPAN IS LOSER\n")
}
return(0);
}