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-042
/
feng-chang
/
raku
/
ch-1.raku
blob: 83b4c4a5f621c8f8421cf323879640c1566e60ee (
plain
)
1
2
#!/bin/env raku
(^
51
).
map
({
put
"Decimal $_ = Octal { .base(8) }"
});