Files
Jan-Niclas Loosen 8a40cb2636 New project structure
2026-03-03 16:45:00 +01:00

2 lines
37 B
Plaintext

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