zig
Code
Branches
Tags
Commits
master
zig
/
test
/
standalone
/
libcxx
/
mt.zig
Top
1
extern
fn
doit
(
)
void
;
2
3
pub
fn
main
(
)
void
{
4
doit
(
)
;
5
}