Skip to content

Instantly share code, notes, and snippets.

@beohoang98
Created January 5, 2017 02:39
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 beohoang98/305955cadf33a6764c643c7df03d76c9 to your computer and use it in GitHub Desktop.
Save beohoang98/305955cadf33a6764c643c7df03d76c9 to your computer and use it in GitHub Desktop.
asd
#include <iostream.h>
#include <conio.h>
using namespace std;
int main() {
cout<<"Hello World";
getch();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment