rust/landgen/src/lib.rs
author Wuzzy <Wuzzy2@mail.ru>
Sun, 28 Oct 2018 04:21:13 +0100
changeset 14035 ecfd13128100
parent 13938 1fa905aa4cdb
child 14026 3b3d97ed2286
permissions -rw-r--r--
Add taunts: Leavemealone, Cutitout (when attacked many times)

mod outline;

extern crate integral_geometry;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}