Skip to content

Instantly share code, notes, and snippets.

@AlexanderBrevigSublime
Created October 1, 2012 09:48
Show Gist options
  • Save AlexanderBrevigSublime/3810610 to your computer and use it in GitHub Desktop.
Save AlexanderBrevigSublime/3810610 to your computer and use it in GitHub Desktop.
C++: Minimal main
#include <iostream>
int main()
{
std::cout << "Implement me!" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment