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

View File

@@ -0,0 +1,6 @@
[package]
name = "vec-stats"
version = "0.1.0"
edition = "2024"
[dependencies]