l6kyu/
lib.rs

1//!
2//! Codewars Katas - Level 6kyu.
3//!
4
5pub mod algorithms;
6pub mod arrays;