lemonlang 0.0.3

an experimental, modern, purely safe, programming language.
1
2
3
fn add(a: i32, b: i32): i32 = {
  return a + b;
}