Skip to content

Instantly share code, notes, and snippets.

@sakib1061
Last active May 23, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sakib1061/3c9c927b366336fa2d5547e41b598e83 to your computer and use it in GitHub Desktop.
Save sakib1061/3c9c927b366336fa2d5547e41b598e83 to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>
using namespaces std;
int main()
{
cout<<"Hello World!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment