// This software may be used and distributed according to the terms of the // GNU General Public License version 2. fn main() { scx_rustland_core::RustLandBuilder::new() .unwrap() .build() .unwrap(); }