We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689ca72 commit e8e0b8eCopy full SHA for e8e0b8e
README.md
@@ -2,7 +2,7 @@
2
3
**oicompare** is a very simple program for comparing files. It works both as a
4
command line utility and as a library, for example for embedding in custom
5
-checker programs.
+checker programs. It's used in OIOIOI when no custom checker is provided.
6
7
## Building
8
@@ -102,4 +102,4 @@ respectively that differ.
102
Test data is encoded in `tests.hh`. The file `tester.cc` runs these tests both
103
during compile time (as all of **oicompare** logic is `constexpr`) and during
104
run time. The tester is primitive and may be expanded in the future. The API of
105
-the test data is currently **not stable**.
+the test data is currently **not stable**.
0 commit comments