pub mod env; /// All rise and hail the great pseudo-random number generator code! pub mod randoms; pub mod sayings; pub mod all_sayings; pub mod get_lines; pub mod get_files; #[macro_use] extern crate lazy_static;