Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
behavior
import
a_namespace.zig
pretty
plain
permalink
blame
history
•
3 lines
•
38 B
1
pub fn foo() i32 {
2
return 1234;
3
}