exercism / lua

Exercism exercises in Lua.
https://exercism.org/tracks/lua
MIT License
41 stars 58 forks source link

High Scores - Simplify constructor #427

Closed ryanplusplus closed 11 months ago

ryanplusplus commented 12 months ago

I did this exercise and found the fact that the constructor arguments are an array of size 1 to be un-ergonomic. This modifies the constructor to take a single argument instead.