2 lines
50 B
Plaintext
Executable file
2 lines
50 B
Plaintext
Executable file
let x = 1 in let add = fun y -> x + y in (add) 4
|