Sha256: 4c61b16348bbcc46760c1352428fa835e9370ce8687e2c4728bd124dc4159c4b
Contents?: true
Size: 750 Bytes
Versions: 106
Compression:
Stored size: 750 Bytes
Contents
# Pangram 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. ## Setup Go through the project setup instructions for Xcode using Swift: http://exercism.io/languages/swift ## Source Wikipedia [https://en.wikipedia.org/wiki/Pangram](https://en.wikipedia.org/wiki/Pangram) ## Submitting Incomplete Solutions It's possible to submit an incomplete solution so you can see how others have completed the exercise.
Version data entries
106 entries across 106 versions & 1 rubygems