From cc6198951c04cb01aac7f1edccb87a71c9ef3a2e Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Tue, 16 Jun 2026 09:56:45 +0200 Subject: [PATCH] feat(journal): add week 6 day 1 --- journal/week6.typ | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 journal/week6.typ diff --git a/journal/week6.typ b/journal/week6.typ new file mode 100644 index 0000000..e73cf77 --- /dev/null +++ b/journal/week6.typ @@ -0,0 +1,12 @@ +#import "template.typ": week, day + +#show: week.with(num: 5) + +#day(1) + +- Simple code generator +- Redesign CLI + - Split overloaded command into multiple simple commands + - Add some commands +- Add for loops +- Start implementing cast assertions