Update README.md

This commit is contained in:
Anthony Wang 2020-01-06 13:21:57 -06:00 committed by GitHub
parent d66e03ae21
commit 7d215f224b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,15 @@
# USACOOJ
A basic offline judge for USACO
Usage:
~~~~
#include "usacooj.h"
...
void main(ifstream& cin, ofstream& cout) {
...
}
~~~~