Skip to content

Instantly share code, notes, and snippets.

@theoremoon
Created April 8, 2016 13:39
Show Gist options
  • Select an option

  • Save theoremoon/fc95507d6b2bafb1d920864db48d4043 to your computer and use it in GitHub Desktop.

Select an option

Save theoremoon/fc95507d6b2bafb1d920864db48d4043 to your computer and use it in GitHub Desktop.
hello_world_cpp
#include <iostream>
int main()
{
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