6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
unit util;
|
|
|
|
pub fn answer() -> i32 {
|
|
return 42;
|
|
}
|