Files
Jan-Niclas Loosen fe33668b5f Init next project
2025-11-11 14:40:50 +01:00

2 lines
37 B
Plaintext

let square(x) { x*x }
in square(10)