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
/
monkey_brain
/
main.zig
blob: d488c546512a06e9df04376bec1a31dba930485b (
plain
)
1
2
3
4
5
const
std
=
@import
(
"std"
);
pub fn
main
() !
void
{
std
.
debug
.
print
(
"uga buga"
, .
{}
);
}