1 2 3 4 5 6 7 8
// () (unit) type will return 0 like normal main. use termination::display; #[display] fn main() -> () { () }