1 2 3 4 5 6 7 8 9 10 11
mod adapters; mod app; mod cli; mod compiler; mod domain; mod input; mod ports; fn main() -> std::process::ExitCode { cli::run() }