Skip to content

Instantly share code, notes, and snippets.

@Zulqurnain
Created September 18, 2013 15:05
Show Gist options
  • Save Zulqurnain/6610499 to your computer and use it in GitHub Desktop.
Save Zulqurnain/6610499 to your computer and use it in GitHub Desktop.
Write a C++ program to print Hello world without using any semicolon.
#include <iostream.h>
void main(){
switch(printf("HELLO WORLD")){}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment