feat(journal): update end of week 3

This commit is contained in:
2026-05-31 17:28:44 +02:00
parent d6f2d52387
commit 641acf95ba
2 changed files with 8 additions and 1 deletions

View File

@@ -76,7 +76,7 @@
depends-on: (7, 9), depends-on: (7, 9),
), ),
"11": ( "11": (
state: "current", state: "done",
pos: (3, 3), pos: (3, 3),
depends-on: (9,), depends-on: (9,),
), ),
@@ -126,6 +126,7 @@
depends-on: (11,), depends-on: (11,),
), ),
"23": ( "23": (
state: "current",
pos: (7, 3), pos: (7, 3),
depends-on: (9,), depends-on: (9,),
), ),

View File

@@ -24,3 +24,9 @@
- Read TAPL (11) - Read TAPL (11)
- Implement checker base - Implement checker base
#day(5)
- Integrate checker in tester
- Type check function calls
- Add casting