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.

You can install the latest version by typing:

console $ cargo install coman

This will install coman from crates.io.

Now, check out the getting started tutorial.

Install the development version

Clone the repository and use cargo to install it:

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

Or, 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.