Sha256: 12e4196290dce95be79386bf4e52ae924d271f0a86557966d6329f6c36c3e2be
Contents?: true
Size: 725 Bytes
Versions: 63
Compression:
Stored size: 725 Bytes
Contents
# Custom Set Create a custom set type. Sometimes it is necessary to define a custom data structure of some type, like a set. In this exercise you will define your own set. How it works internally doesn't matter, as long as it behaves like a set of unique elements. ## 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). ## 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/custom-set/README.md |
trackler-2.2.1.118 | tracks/lua/exercises/custom-set/README.md |
trackler-2.2.1.117 | tracks/lua/exercises/custom-set/README.md |