first exercise!

- create exercise vec statistics calculator (shout out claude)
- finish hacky solution (it works... but at what cost)
- update current state
This commit is contained in:
2026-01-14 09:16:27 +00:00
parent 1398713474
commit 1d9dc7559d
6 changed files with 115 additions and 13 deletions

5
.gitignore vendored
View File

@@ -1,2 +1,7 @@
/rust-book
context.md
ideas.md
**/target/
**/Cargo.lock
**/*.rs.bk
.DS_Store