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.
- Host: GitHub
- URL: https://github.com/ultmaster/cow
- Owner: ultmaster
- Created: 2018-07-18T04:10:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T09:36:00.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T05:45:33.077Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`.