Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
doc
langref
runtime_vs_comptime.zig
pretty
plain
permalink
blame
history
•
5 lines
•
63 B
1
fn divide(a: i32, b: i32) i32 {
2
return a / b;
3
}
4
5
// syntax