sunflower/test.foo

4 lines
35 B
Plaintext

let x = 10;
let y = x-5;
print(y);