ctci/src/lib.rs
2026-02-28 18:10:12 -08:00

2 lines
No EOL
49 B
Rust

mod chapter_1;
pub use chapter_1::is_permutation;