index
:
sibs
master
A simple build system for native languages. Supports c, c++ and zig. Inspired by cargo (rust).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
hello_world_zig
/
src
/
main.zig
blob: c74a3de14102a0b5bb7c14bf66c266659d75e1d4 (
plain
)
1
2
3
4
5
6
const warn = @import("std").debug.warn; pub fn main() void { warn("Hello, world!\n"); }