byggis 0.3.1

A build system for kattis problem solving challenges
Documentation

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.

$ cargo install byggis

Usage

Create a new folder for your problem and download the test cases from Kattis.

$ byggis new {namn på problem}

Manually create a main file to keep the code in.

$ touch main.{extension}

Supported languages:

  • Python
  • Rust

To test your code from main.* against the test cases from kattis

$ byggis run

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.

Licens

MIT