From e8e0b8e39c9e3ded56dfd5322e95335870948c66 Mon Sep 17 00:00:00 2001 From: Mateusz Masiarz Date: Fri, 6 Sep 2024 15:50:39 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2201a8d..50aa4c9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **oicompare** is a very simple program for comparing files. It works both as a command line utility and as a library, for example for embedding in custom -checker programs. +checker programs. It's used in OIOIOI when no custom checker is provided. ## Building @@ -102,4 +102,4 @@ respectively that differ. Test data is encoded in `tests.hh`. The file `tester.cc` runs these tests both during compile time (as all of **oicompare** logic is `constexpr`) and during run time. The tester is primitive and may be expanded in the future. The API of -the test data is currently **not stable**. \ No newline at end of file +the test data is currently **not stable**.