An open API service indexing awesome lists of open source software.

https://github.com/ultmaster/cow

Auto tester for competitive programming.
https://github.com/ultmaster/cow

Last synced: over 1 year ago
JSON representation

Auto tester for competitive programming.

Awesome Lists containing this project

README

          

# Cow

Auto tester for competitive programming.

## Installation

```
pip3 install -r requirements.txt
alias cow = /cow.py
```

## Usage

1. Write your solution, and name it to be, e.g., `hope.cpp`.
2. Write your samples to `hope.txt`.
3. Run `cow hope`.