ciad/examples/basic.ciad

6 lines
67 B
Text
Raw Permalink Normal View History

2024-09-14 05:51:42 +00:00
fn main:
let x = 1
if x > 1:
print("hello, world")
fn other: