index
:
ziglings
main
Learning zig by fixing tiny broken programs https://github.com/ratfactor/ziglings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
patches
/
02_std.patch
blob: 6c97adba537aa1c334c30e5b01878047a85e9c08 (
plain
)
1
2
3
4
14c14 < ??? = @import("std"); --- > const std = @import("std");