index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
]]