feat: Solve 1.1

This commit is contained in:
Matthew Binning 2026-02-28 18:10:12 -08:00
parent f450e6c5f0
commit a47f7e1197
7 changed files with 493 additions and 6 deletions

2
src/lib.rs Normal file
View file

@ -0,0 +1,2 @@
mod chapter_1;
pub use chapter_1::is_permutation;