Skip to content

Instantly share code, notes, and snippets.

@madduci
Created December 16, 2014 11:18
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 madduci/f8e7f8f738bf028f3ee8 to your computer and use it in GitHub Desktop.
Save madduci/f8e7f8f738bf028f3ee8 to your computer and use it in GitHub Desktop.
Modern C++ - Applications/DemoApp1/main.cpp
#include <iostream>
int main()
{
std::cout << "Hello world - DemoApp 1" << std::endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment