write part 16
[rust-101.git] / solutions / src / main.rs
index be6e3d59b36a2bcb209797da2843d668febc8133..daafe089bd72eba6acdce127fa04c456155fd1a8 100644 (file)
@@ -8,7 +8,9 @@ extern crate docopt;
 pub mod bigint;
 pub mod vec;
 pub mod rgrep;
+pub mod callbacks;
 pub mod counter;
+pub mod list;
 
 pub fn main() {
     rgrep::main();