1 2 3 4 5 6 7
use std::process::ExitCode; use tnnl::tnnl_main; pub fn main() -> ExitCode { tnnl_main() }