zig
Code
Branches
Tags
Commits
master
zig
/
test
/
standalone
/
tsan
/
main.zig
Top
1
const
std
=
@import
(
"
std
"
)
;
2
3
pub
fn
main
(
)
!
void
{
}