mod garage { fn auto() -> str { "5-Türer" } fn lkw() -> str { "2-Türer" } } fn main() { io::println(garage::auto()); }