Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 370 Bytes

statement.md

File metadata and controls

19 lines (13 loc) · 370 Bytes

Welcome!

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;
}

Advanced usage

If you want a more complex example (external libraries, viewers...), use the Advanced C++ template