Skip to content

Instantly share code, notes, and snippets.

@olzaragoza
Last active June 26, 2016 22:21
Show Gist options
  • Save olzaragoza/65fad0dc32536b913c15240ea04d1cbe to your computer and use it in GitHub Desktop.
Save olzaragoza/65fad0dc32536b913c15240ea04d1cbe to your computer and use it in GitHub Desktop.
starter cpp template
// simple cpp template
//
// Short description of what your project will do
#include<iostream>
// prototypes go here
int main()
{
// program code goes here
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment