Skip to content

Instantly share code, notes, and snippets.

@battlejj
Created April 25, 2012 19:38
Show Gist options
  • Save battlejj/2492695 to your computer and use it in GitHub Desktop.
Save battlejj/2492695 to your computer and use it in GitHub Desktop.
#include <iostream>
int main()
{
std::cout << "Hello, world!" << std::endl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment