RosettaCodeData/Task/Letter-frequency/00-TASK.txt
2023-07-01 13:44:08 -04:00

10 lines
206 B
Text

;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>