Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
pkg_import
pkg.zig
pretty
plain
permalink
blame
history
•
3 lines
•
53 B
1
pub fn add(a: i32, b: i32) i32 {
2
return a + b;
3
}