index
:
nmap
main
Unnamed repository; edit this file 'description' to name the repository.
Git daemon user
tree
summary
refs
log
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.zig
blob: 8bc4dddbaf88766629b16aeea7735e394d80fbb8 (
plain
)
1
2
3
4
5
const std = @import("std"); pub fn main() void { std.debug.print("hallo\n", .{}); }