Skip to content

A simple command-line utility for running C++ files without worrying about compilation. Designed for competitive programming

Notifications You must be signed in to change notification settings

macaquedev/cpp-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple command-line utility for running C++ files without worrying about compilation. Designed for competitive programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages