aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 352008a04636c48019d85dd5954168899c0945c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
  ...
  
}
~~~~