grid_sim/
lib.rs

1extern crate rand;
2
3pub mod world;
4//mod display;
5
6#[cfg(test)]
7mod tests {
8    #[test]
9    fn it_works() {
10    }
11}