A simple, small command line utility to run cpp files.


License
MIT
Install
pip install cpp-runner==0.0.16

Documentation

cpp-runner

A simple cpp file runner for competitive programmers with no external dependencies.

To install, simply type:

pip install cpp-runner

To run a cpp file, type this:

crun <filename> [-q]

To create a file with the USACO training template, type this:

crun <filename> -u [-q] 

The filename argument is mandatory. The -q argument switches off console output.