gistlib
main.rsfn is_even(num: i32) -> bool { num % 2 == 0 } 50 chars4 lines
fn is_even(num: i32) -> bool { num % 2 == 0 }
gistlibby LogSnag