sunflower/test.foo

4 lines
35 B
Plaintext
Raw Normal View History

2022-07-03 15:17:37 +02:00
let x = 10;
let y = x-5;
print(y);