From 40c8d4e56e4cc6f67a656ec76bb4a10cc3482da7 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Tue, 2 Aug 2022 08:47:45 +0200 Subject: [PATCH] keep track of the answer cache, no reason to have sepeate versions win vs. lin --- answer_cache.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 answer_cache.json diff --git a/answer_cache.json b/answer_cache.json new file mode 100644 index 0000000..a1ba319 --- /dev/null +++ b/answer_cache.json @@ -0,0 +1,8 @@ +{ + "16": { + "1": { + "wrong": [], + "correct": 59522422 + } + } +} \ No newline at end of file