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-180
/
cheok-yin-fung
/
raku
/
ch-1.raku
blob: c744ca86c298811634a71fd61e592578d0fc65a0 (
plain
)
1
2
my
$s
=
"Long Live Perl"
;
say
index
(
$s
,
first
{
$s
.
indices
(
$_
).
elems
==
1
},
$s
.
comb
);