If you want to add a cool module just implement it, lint it with clippy and make a pull request with a screenshot. I will probably accept it.
- Make sure your runs on wasm32 as well as on other platforms. For instance, please don't use
println!()
but instead preferio::dprint()
,io::newline()
, orio::print()
.