index
:
cli-tools-windows
master
CLI Tools
Indrajith K L
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v_windows
/
v
/
old
/
vlib
/
v
/
checker
/
tests
/
array_literal_modify_err.vv
blob: 79c7f97e27438428ff777d5571d2bdca1777f3b8 (
plain
)
1
2
3
4
fn main() { mut nums := [1, 2, 3] << 4 println(nums) }