Skip to content

Instantly share code, notes, and snippets.

@faithandbrave
Created January 19, 2011 05:15
Show Gist options
  • Save faithandbrave/785726 to your computer and use it in GitHub Desktop.
Save faithandbrave/785726 to your computer and use it in GitHub Desktop.
Hello World
#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