<- RETURN


#include
int main(){ while(printf("Hello world")<0) {} }

OR


#include
int main(){ if(printf("Hello world")<0) {} }