projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
turns out that one *can* use 'extern crate' in submodules
[rust-101.git]
/
solutions
/
src
/
main.rs
diff --git
a/solutions/src/main.rs
b/solutions/src/main.rs
index a0e3f72c85dc58e842311717dfda09636b556584..be6e3d59b36a2bcb209797da2843d668febc8133 100644
(file)
--- a/
solutions/src/main.rs
+++ b/
solutions/src/main.rs
@@
-8,6
+8,7
@@
extern crate docopt;
pub mod bigint;
pub mod vec;
pub mod rgrep;
+pub mod counter;
pub fn main() {
rgrep::main();