mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-25 06:58:15 -04:00
4 lines
56 B
Zig
4 lines
56 B
Zig
export fn add(a: i32, b: i32) i32 {
|
|
return a + b;
|
|
}
|