Skip to main content

demo_crate_6156/
lib.rs

1/// returns 8
2pub fn get_eight() -> i32 {
3    8
4}