Skip to content

Instantly share code, notes, and snippets.

@tasheng
Created March 25, 2018 08:50
Show Gist options
  • Select an option

  • Save tasheng/ff5af19fd9b22a3f2e94baf6312712d3 to your computer and use it in GitHub Desktop.

Select an option

Save tasheng/ff5af19fd9b22a3f2e94baf6312712d3 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
std::cout << "test\n";
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment