A CLI tool build in Go for a more productive competitive programming experience.
Available commands:
- Help for all the commands
- Compile a file
- Compile a file with debug flags
- Run your compiled file
- Compile and run your file
- Compile with debug flags and run your file
- Create file from your personal template
- Create files needed for stress testing
- Parse problems using Competitive Companion
- Stress test your solution against a brute force solution
- Test your solution against the parsed test-cases
- Use toml for configuration
- Better error output