aboutsummaryrefslogtreecommitdiff
path: root/challenge-246/barroff/julia/ch-1.jl
blob: 6635ef6e037ca8b9dea177dfea2e575f97010793 (plain)
1
2
3
4
5
#!/usr/bin/env julia

using Random: shuffle

[println(x) for x in shuffle(1:49)[1:6]]