mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
5 lines
67 B
Nim
5 lines
67 B
Nim
|
|
# bug #4353
|
|
import random
|
|
echo random[int](low(int) .. high(int))
|