The Never Ending Story

int main(void) {
    printf("One upon a time ");
    while(1){
        printf("blah, ");
    }
}
Vote up this code0