blob: d687483a3822337458ca737a220d92e17d469c11 [file] [log] [blame]
use env_logger;
use bootsim;
fn main() {
env_logger::init();
bootsim::main();
}