the_answer/
lib.rs

1
2
3pub fn the_answer() -> u32 {
4    42
5}