split part 11 into two, and explain interior mutability and Cell and RefCell in the...
[rust-101.git] / solutions / src / main.rs
index a0e3f72c85dc58e842311717dfda09636b556584..0242f495bb928968a74f193b0859d98324d3eff4 100644 (file)
@@ -8,6 +8,8 @@ extern crate docopt;
 pub mod bigint;
 pub mod vec;
 pub mod rgrep;
+pub mod counter;
+pub mod callbacks;
 
 pub fn main() {
     rgrep::main();