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:02:14 +01:00

4 lines
73 B
Plaintext

fn main(): i32 {
let return_code: i32 = 12;
return return_code;
}