Skip to content

Instantly share code, notes, and snippets.

@jcrugzz
Created July 24, 2012 00:41
Show Gist options
  • Save jcrugzz/3167198 to your computer and use it in GitHub Desktop.
Save jcrugzz/3167198 to your computer and use it in GitHub Desktop.
hello world
int main() {
std::cout << "Hello World" << "\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment