Sha256: cc21993de331833c5e86387110fd0bd8bd29da445547f40ccc3733dd8b07aa69
Contents?: true
Size: 749 Bytes
Versions: 75
Compression:
Stored size: 749 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
75 entries across 75 versions & 1 rubygems