Files
l-language/test/programs/math_mod.l
T

4 lines
56 B
Common Lisp

pub fn add(a: i64, b: i64) -> i64 {
return a + b;
}