/CPP

An environment to test short c++ programs

Primary LanguagePython

CPP

An environment to test short c++ programs

How to use

Prepare .cpp and .hpp files in this folder and run:
In Linux:

./run.sh 14 # for c++14

In Windows:

.\run.ps1 20 # for c++20