1 2 3 4 5 6 7
#[cfg(not(test))] fn main() -> anyhow::Result<()> { simengine::cli::run() } #[cfg(test)] fn main() {}