zig/doc/langref/mathtest.zig

6 lines
67 B
Zig
Raw Normal View History

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