compute-constrained-bayes/src/scratchpad/seqs_with_0.nim

9 lines
64 B
Nim

let i = 0
let x = 0..<i
echo x
let j = 1
let y = 0..<j
echo y