coman

Contest manager — easily run and test your programming contest solutions.

Getting started

How it works

Simple, right?

Features

Building and installing

To install this program, install Rust if you haven't already, clone the repository, and use cargo to install it:

console $ git clone https://github.com/j-tai/coman.git $ cd coman $ cargo install --path .

If you want to just build the program, you can use

console $ cargo build --release

for an optimized build (or omit --release for a debug build). Then, the binary will be in target/release/coman (or target/debug/coman).

License

GPLv3.