Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
test
standalone
install_raw_hex
main.zig
pretty
plain
permalink
blame
history
•
3 lines
•
65 B
1
export fn _start() callconv(.c) noreturn {
2
while (true) {}
3
}