Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
dependencyFromBuildZig
other
add.zig
pretty
plain
permalink
blame
history
•
3 lines
•
53 B
1
pub fn add(x: u32, y: u32) u32 {
2
return x + y;
3
}