This repository has been archived on 2022-01-12. You can view files and clone it, but cannot push or open issues or pull requests.
USACOOJ/README.md
2020-01-06 13:29:26 -06:00

16 lines
191 B
Markdown

# USACOOJ
A basic offline judge for USACO
Usage:
~~~~
#include "usacooj.h"
...
void code(ifstream& cin, ofstream& cout) {
// Code that normally goes in the main function
...
}
~~~~