diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2023-11-18 19:14:44 +0000 |
|---|---|---|
| committer | Paulo Custodio <pauloscustodio@gmail.com> | 2023-11-18 19:14:44 +0000 |
| commit | 3f2e90968b6c2f270508604f6c077e00405fbdfa (patch) | |
| tree | 8800b2fc841a84c19df2d45265d793998eb7e3c8 /challenge-001/paulo-custodio/forth | |
| parent | 071507ff37c4526c29c02e689137780d3519d7f9 (diff) | |
| download | perlweeklychallenge-club-3f2e90968b6c2f270508604f6c077e00405fbdfa.tar.gz perlweeklychallenge-club-3f2e90968b6c2f270508604f6c077e00405fbdfa.tar.bz2 perlweeklychallenge-club-3f2e90968b6c2f270508604f6c077e00405fbdfa.zip | |
Add Forth solutions
Diffstat (limited to 'challenge-001/paulo-custodio/forth')
| -rw-r--r-- | challenge-001/paulo-custodio/forth/ch-1.fs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/challenge-001/paulo-custodio/forth/ch-1.fs b/challenge-001/paulo-custodio/forth/ch-1.fs index 6f8220bcf9..0c41bf47c7 100644 --- a/challenge-001/paulo-custodio/forth/ch-1.fs +++ b/challenge-001/paulo-custodio/forth/ch-1.fs @@ -3,8 +3,8 @@ \ Challenge 001 \ \ Challenge #1 -\ Write a script to replace the character ‘e’ with ‘E’ in the string -\ ‘Perl Weekly Challenge’. Also print the number of times the character ‘e’ +\ Write a script to replace the character 'e' with 'E' in the string +\ 'Perl Weekly Challenge'. Also print the number of times the character 'e' \ is found in the string. \ init PAD as empty string |
