From 6892876c50caf6a3168c9ba84fda0632ef2a1df7 Mon Sep 17 00:00:00 2001 From: physick Date: Sat, 29 Aug 2026 14:04:11 +0500 Subject: puzzle selection scene --- src/puzzles/puzzle.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/puzzles') diff --git a/src/puzzles/puzzle.h b/src/puzzles/puzzle.h index bc43662..e8180e1 100644 --- a/src/puzzles/puzzle.h +++ b/src/puzzles/puzzle.h @@ -39,7 +39,6 @@ enum PUZZLE_TEST_RESULT { RESULT_COMPTIME_NO_ENTRY, RESULT_COMPTIME_ERR, RESULT_RUNTIME_ERR, - // TODO: add async evaluation to prevent `while (true)` situation RESULT_TIMEOUT, RESULT_INIT_ERROR, }; -- cgit v1.3