This repository has been archived on 2026-03-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bucky-old/example/simple.bky
2026-01-16 21:21:38 +01:00

3 lines
49 B
Plaintext

fn add(a: i32, b: i32): i32 {
return a + b;
}