aboutsummaryrefslogtreecommitdiff
path: root/challenge-001/james-smith/perl6/ch-1.sh
blob: 97acafca4b6df430f7b31c0192aa49f4716320f2 (plain)
1
perl6 -e 'say Int( (my $s = "Perl Weekly Challenge" ) ~~ tr/e/E/); say $s;'