index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run
/
tlenopenarray.nim
blob: 3ab27c8f73fc6abba228bbd5e6dda10b3686333e (
plain
) (
blame
)
1
2
3
4
5
6
7
discard
"""
file: "tlenopenarray.nim"
output: "1"
"""
echo
len
(
[
1_000_000
]
)
#OUT 1