chroma/lexers/testdata/nim.actual

8 lines
123 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
# -*- nim -*-
import random
proc randBool(): bool =
randomize()
result = rand(1).bool
for _ in 0..5:
echo randBool()