Skip to content

Instantly share code, notes, and snippets.

@dancojocaru2000
Created March 16, 2017 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancojocaru2000/c15469b8c59cfe80bf72cd5b295fc40a to your computer and use it in GitHub Desktop.
Save dancojocaru2000/c15469b8c59cfe80bf72cd5b295fc40a to your computer and use it in GitHub Desktop.
Code::Blocks C++ Console Application Template
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world! << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment