rust/landgen/src/lib.rs
author Wuzzy <Wuzzy2@mail.ru>
Fri, 26 Oct 2018 06:15:57 +0200
changeset 13984 6938cab93016
parent 13943 1fa905aa4cdb
child 14031 3b3d97ed2286
permissions -rw-r--r--
Engine translation: With '::' can now suppress colons for highlighting

mod outline;

extern crate integral_geometry;

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