Wednesday, December 7, 2011

Write a C Program without semicolon II

#include<stdio.h>
void main(){
    while(!printf("Hello world")){
    }
}

No comments:

Post a Comment