fn main() -> i64 { let msg: str = "Hello, L Language!"; print_str(msg); return 0; }