Sha256: 84e9db4eabf692a1d2b4ae133441ab42ca5d2c5334e1e2dea0fac8666312a4eb
Contents?: true
Size: 728 Bytes
Versions: 110
Compression:
Stored size: 728 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
110 entries across 110 versions & 1 rubygems