RosettaCodeData/Task/Letter-frequency/00-TASK.txt

11 lines
206 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
Open a text file and count the occurrences of each letter.
Some of these programs count all characters (including punctuation),
but some only count letters A to Z.
{{Template:Strings}}
<br><br>