Build tool for Kattis
Byggis is a tool to make solving kattis problems easier through your terminal and a proper testing system.
Installation
Build from scratch via GitHub or download with cargo.
Usage
Create a new folder for your problem and download the test cases from Kattis.
Manually create a main file to keep the code in.
Supported languages:
- Python
- Rust
To test your code from main.* against the test cases from kattis
TODO
- Implement rust
- Description of the problem from Kattis
- Better help messages
- Implement C
- Implement C++
Contribute
Currently the only supported languages are python and Rust. If your preffered language is not supported, please contact me for more information etc.