churf/sample-programs/basic-10

3 lines
53 B
Text

main : Int -> Int -> Int;
main x y = (x : Int) + y;