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