Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brandonpacewic/debugandrun

A Python script for compiling and executing .cpp files. Part of my competitive programming problem manager.
https://github.com/brandonpacewic/debugandrun

Last synced: 12 days ago
JSON representation

A Python script for compiling and executing .cpp files. Part of my competitive programming problem manager.

Awesome Lists containing this project

README

        

# Debug and Run

Command line tool for compiling and executing a standalone C++ file. Useful
for competitive programming. Additionally this script also defines my debug
macro for testing (`DBG_MODE`). For more information on my testing macros check
out my [Competitive Programming Library](https://github.com/BrandonPacewic/CompetitiveProgramming)
and [Competitive Programming Templates](https://github.com/BrandonPacewic/CompetitiveProgrammingProblems/tree/mega/templates).

## Install

For install visit my [Problem Manager](https://github.com/BrandonPacewic/ProblemManager) to install all of my competitive programming
commandline tools.

## License

Copyright (c) Brandon Pacewic

SPDX-License-Identifier: MIT