Skip to content

Instantly share code, notes, and snippets.

@Constellation
Created August 25, 2014 11:49
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 Constellation/2ac5b539745c1c38b131 to your computer and use it in GitHub Desktop.
Save Constellation/2ac5b539745c1c38b131 to your computer and use it in GitHub Desktop.
#include <iostream>
int main(int argc, char** argv) {
std::string str("hello");
std::cout << "HELLO WORLD" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment