Byggis is a tool to make solving kattis problems easier through your terminal and a proper testing system.
Build from scratch via GitHub or download with cargo.
bash
$ cargo install byggis
Create a new folder for your problem and download the test cases from Kattis.
bash
$ byggis new {namn på problem}
Manually create a main file to keep the code in.
bash
$ touch main.{extension}
Supported languages:
* Python
* Rust
To test your code from main.* against the test cases from kattis
bash
$ byggis run
Currently the only supported languages are python and Rust. If your preffered language is not supported, please contact me for more information etc.