diff options
| author | physick <mynameisgennadiy@vk.com> | 2026-07-15 21:09:40 +0500 |
|---|---|---|
| committer | physick <mynameisgennadiy@vk.com> | 2026-07-15 21:09:40 +0500 |
| commit | 5344758bc04ef948f22e507531d54eccbff70e18 (patch) | |
| tree | 0d45d24899cf826497af9068496dca597d966cca /src/puzzles/puzzle.h | |
| parent | 8b79b8149d1e23d90b5871f980aec65d8aa7ae23 (diff) | |
test verification
Diffstat (limited to 'src/puzzles/puzzle.h')
| -rw-r--r-- | src/puzzles/puzzle.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
