churf/sample-programs/basic-3

3 lines
53 B
Text

main : Int;
main = (\x:Int. x+x+3) ((\x:Int. x) 2);