This C++ template lets you get started quickly with a simple one-page playground.
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
If you want a more complex example (external libraries, viewers...), use the Advanced C++ template