Skip to content

Instantly share code, notes, and snippets.

@sujaykundu777
Created June 23, 2017 08:58
Show Gist options
  • Save sujaykundu777/973efc2a34abe68c77a1d4798dc3e4cd to your computer and use it in GitHub Desktop.
Save sujaykundu777/973efc2a34abe68c77a1d4798dc3e4cd to your computer and use it in GitHub Desktop.
Hello World in C++
#include<iostream>
using namespace std;
int main(){
cout<<"Hello World ! ";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment