Sha256: 4ca600d3dbeeaf4660a9de1d21974c8472fff2bf636059906f82935f938ff2cb

Contents?: true

Size: 956 Bytes

Versions: 63

Compression:

Stored size: 956 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.

## Running the tests

To run the tests, run the command `busted` from within the exercise directory.

## Further information

For more detailed information about the Lua track, including how to get help if
you're having trouble, please visit the exercism.io [Lua language page](http://exercism.io/languages/lua/about).

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

63 entries across 63 versions & 1 rubygems

Version Path
trackler-2.2.1.119 tracks/lua/exercises/pangram/README.md
trackler-2.2.1.118 tracks/lua/exercises/pangram/README.md
trackler-2.2.1.117 tracks/lua/exercises/pangram/README.md