zig
Code
Branches
Tags
Commits
master
zig
/
test
/
standalone
/
install_raw_hex
/
main.zig
Top
1
export
fn
_start
(
)
callconv
(
.
c
)
noreturn
{
2
while
(
true
)
{
}
3
}