fasto unzipped

This commit is contained in:
NikolajDanger
2022-05-04 10:40:19 +02:00
commit 642fcbd636
117 changed files with 11962 additions and 0 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)