sunflower/test.foo

12 lines
88 B
Plaintext
Raw Normal View History

2022-07-03 16:01:45 +02:00
foo();
def foo() {
print("hello, world!");
}
2022-07-03 15:17:37 +02:00
let x = 10;
let y = x-5;
2022-07-03 16:01:45 +02:00
print(y);