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