aboutsummaryrefslogtreecommitdiff
path: root/doc/langref/runtime_vs_comptime.zig
blob: a9dcf6cc5e260a00fe56bd705564917110405e6d (plain)
1
2
3
4
5
fn divide(a: i32, b: i32) i32 {
    return a / b;
}

// syntax