|
hace 5 años | |
---|---|---|
.. | ||
Pangram.fs | hace 5 años | |
Pangram.fsproj | hace 5 años | |
PangramTests.fs | hace 5 años | |
README.md | hace 5 años |
Determine if a sentence is a pangram. A pangram (Greek: παν γράμμα, pan gramma, “every letter”) is a sentence using every letter of the alphabet at least once. The best known English pangram is:
The quick brown fox jumps over the lazy dog.
The alphabet used consists of ASCII letters a
to z
, inclusive, and is case
insensitive. Input will not contain non-ASCII symbols.
To run the tests, run the command dotnet test
from within the exercise directory.
F# source code can be formatted with the Fantomas tool.
After installing it with dotnet tool restore
, run dotnet fantomas .
to format code within the current directory.
For more detailed information about the F# track, including how to get help if you’re having trouble, please visit the exercism.io F# language page.
Wikipedia https://en.wikipedia.org/wiki/Pangram