Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brandonpacewic/debugandrun
- Owner: BrandonPacewic
- License: mit
- Created: 2022-01-05T00:46:54.000Z (almost 3 years ago)
- Default Branch: mega
- Last Pushed: 2023-11-07T19:10:03.000Z (about 1 year ago)
- Last Synced: 2024-10-15T21:28:04.351Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
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