From 5344758bc04ef948f22e507531d54eccbff70e18 Mon Sep 17 00:00:00 2001 From: physick Date: Wed, 15 Jul 2026 21:09:40 +0500 Subject: test verification --- src/puzzles/puzzle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/puzzles/puzzle.h') diff --git a/src/puzzles/puzzle.h b/src/puzzles/puzzle.h index 6c72a18..838b9d2 100644 --- a/src/puzzles/puzzle.h +++ b/src/puzzles/puzzle.h @@ -5,6 +5,7 @@ enum PUZZLE_TEST_RESULT : char { RESULT_OK = 0, + RESULT_WRONG_ANSWER, RESULT_COMPTIME_NO_ENTRY, RESULT_COMPTIME_ERR, RESULT_RUNTIME_ERR, -- cgit v1.3