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
/
cmd
/
tools
/
vvet
/
tests
/
array_init_one_val.vv
blob: 2aa35146dbf129807b9b0f1192260839c7b19c32 (
plain
)
1
2
3
4
5
fn main() { if 1 in [1] { println('hello world') } }