Skip to content

Instantly share code, notes, and snippets.

@Auctoris
Created May 27, 2016 11:31
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 Auctoris/1c788af8103b3f26c5b15787e7b8dacf to your computer and use it in GitHub Desktop.
Save Auctoris/1c788af8103b3f26c5b15787e7b8dacf to your computer and use it in GitHub Desktop.
Hello World
#include <iostream>
int main()
{
std::cout << "Hello World!" << std::endl;
return 0;
}
@Auctoris
Copy link
Author

Testing Gist…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment