You've already forked rust-tutor
- create exercise string manipulator (shout out claude) - finish hacky solution (it almost works)
7 lines
89 B
TOML
7 lines
89 B
TOML
[package]
|
|
name = "string-manipulator"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|