This commit is contained in:
NikolajDanger
2022-04-30 16:18:13 +02:00
parent 2465cf84b7
commit b9ef4bb00e
174 changed files with 20605 additions and 100 deletions

View File

@ -0,0 +1,16 @@
fun int main() =
let y = read(int) in
let x = y * y in
let z =
let x =
let x = x + 3 in
let x = x + y
in x + 8
in y
in
let x = y + 2 in
let w = x + 2 + z in
let v =
let y = y + 3
in x * y
in write(v)