Skip to content

Instantly share code, notes, and snippets.

@vishalarora91
Last active August 29, 2015 14:27
Show Gist options
  • Save vishalarora91/2bbaae2f057b0a5aad7f to your computer and use it in GitHub Desktop.
Save vishalarora91/2bbaae2f057b0a5aad7f to your computer and use it in GitHub Desktop.
int main(void){
if(printf("Hello")==NULL){
printf("Hello");
}else{
printf("World");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment