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
/
patches
/
19_functions2.patch
blob: 254889ab30c1008792044e6657af6c0201cf041c (
plain
)
1
2
3
4
25c25 < fn twoToThe(???) u32 { --- > fn twoToThe(my_number: u32) u32 {