ethos/program.ethlang
sfja ec84b385d3
Some checks failed
Check / Explore-Gitea-Actions (push) Failing after 8s
more codegen
2026-04-17 16:47:04 +02:00

10 lines
72 B
Plaintext

fn main() -> i32
{
let a = 2;
let b = a + 5;
return b;
}