projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
more typos
[rust-101.git]
/
solutions
/
src
/
main.rs
diff --git
a/solutions/src/main.rs
b/solutions/src/main.rs
index 0242f495bb928968a74f193b0859d98324d3eff4..daafe089bd72eba6acdce127fa04c456155fd1a8 100644
(file)
--- a/
solutions/src/main.rs
+++ b/
solutions/src/main.rs
@@
-8,8
+8,9
@@
extern crate docopt;
pub mod bigint;
pub mod vec;
pub mod rgrep;
pub mod bigint;
pub mod vec;
pub mod rgrep;
-pub mod counter;
pub mod callbacks;
pub mod callbacks;
+pub mod counter;
+pub mod list;
pub fn main() {
rgrep::main();
pub fn main() {
rgrep::main();