- try to implement a quick and dirty solution for listing 13-1 myself
This commit is contained in:
2026-01-24 06:37:47 +00:00
parent fd51666ea8
commit c1b1d8e615
2 changed files with 168 additions and 0 deletions

6
closures/Cargo.toml Normal file
View File

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