diff options
| author | Mark A <andemark@a-iot1t.uch.ad.pvt> | 2021-03-22 06:49:25 -0600 |
|---|---|---|
| committer | Mark A <andemark@a-iot1t.uch.ad.pvt> | 2021-03-22 06:49:25 -0600 |
| commit | a9b4044d786d58c039cf5a47d83899d7569c21c3 (patch) | |
| tree | f1bec15b01ad5270df596857ff23cc89d82a3bd6 /challenge-105 | |
| parent | 478817b986b42b9dab5c7e9c9098b2732759c7fa (diff) | |
| download | perlweeklychallenge-club-a9b4044d786d58c039cf5a47d83899d7569c21c3.tar.gz perlweeklychallenge-club-a9b4044d786d58c039cf5a47d83899d7569c21c3.tar.bz2 perlweeklychallenge-club-a9b4044d786d58c039cf5a47d83899d7569c21c3.zip | |
initial
Diffstat (limited to 'challenge-105')
| -rw-r--r-- | challenge-105/mark-anderson/raku/ch-2.raku | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-105/mark-anderson/raku/ch-2.raku b/challenge-105/mark-anderson/raku/ch-2.raku index 0364d8dc63..5e1f180077 100644 --- a/challenge-105/mark-anderson/raku/ch-2.raku +++ b/challenge-105/mark-anderson/raku/ch-2.raku @@ -1,6 +1,6 @@ #!/usr/bin/env raku -# I have no idea how to test whether the emphasis is on the first +# I have no idea how to test whether the stress is on the first # or second syllable so I'm just testing for consonants and vowels. use Test; |
