naueramant / kattis

A simple solution downloader and javascript solution runner for https://open.kattis.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kattis

A simple solution downloader and runner for https://open.kattis.com/

Installation

  $ [sudo] npm install kattis -g

Usage

Usage: kattis <command> [argument] [options]

Commands:
        init                    downloads a specified problem
        test                    runs your solution on the problem initialized in the folder
Options:
        -v                      verbose output. only works with 'test'
Example usage:
        kattis init aaah        downloads and initializes the 'aaah' problem

About

A simple solution downloader and javascript solution runner for https://open.kattis.com/


Languages

Language:JavaScript 100.0%