make it so that I can actually run stuff that relies on the solution of exercises
[rust-101.git] / solutions / src / lib.rs
1 pub mod bigint;
2 pub mod vec;