this repo has no description
at master 88 B view raw
1add :: (a: int, b: int) int 2{ 3 return a + b; 4} 5 6print(message: add(a: 1, b: 2) + 1);