Skip to content

Instantly share code, notes, and snippets.

@xmfbit
Created May 29, 2016 13:20
Show Gist options
  • Save xmfbit/8721d8925e692a03b7ce5c8d039d63c2 to your computer and use it in GitHub Desktop.
Save xmfbit/8721d8925e692a03b7ce5c8d039d63c2 to your computer and use it in GitHub Desktop.
#include <iostream>
int main() {
std::cout << "HelloWorld!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment