ctci/src/lib.rs

2 lines
49 B
Rust
Raw Normal View History

2026-02-28 18:10:12 -08:00
mod chapter_1;
pub use chapter_1::is_permutation;