zig/doc/langref/runtime_vs_comptime.zig

6 lines
63 B
Zig

fn divide(a: i32, b: i32) i32 {
return a / b;
}
// syntax