index
:
tinkerbunk.git
this commit
osdev
experiments with zig, just a sandbox repo to test zig and it's features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
socket-server.zig
blob: 01c5790a057dd8d63ce0ade73b07034b16d8b18a (
plain
)
1
2
3
const
std
=
@import
(
"std"
);
pub fn
start_server
() !
void
{}