ciad/examples/basic.ciad
2024-09-14 00:51:42 -05:00

6 lines
No EOL
67 B
Text

fn main:
let x = 1
if x > 1:
print("hello, world")
fn other: