Skip to content

Instantly share code, notes, and snippets.

@tiger1710
Last active November 23, 2018 05:12
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 tiger1710/33f21670f1c40e0849f4a59418a9c543 to your computer and use it in GitHub Desktop.
Save tiger1710/33f21670f1c40e0849f4a59418a9c543 to your computer and use it in GitHub Desktop.
Sample
#include <iostream>
using namespace std;
int main(void) {
cout << "Hello, World!" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment