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
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
lookups
/
tprefer_proc.nim
blob: 57ee8e539486c868ae80c3c8be457ef460caa2d3 (
plain
) (
tree
)
5d5636138
^
1
2
3
4
# bug #4353
import
random
echo
random
[
int
]
(
low
(
int
)
..
high
(
int
))