diff --git a/.template.lua b/.template.lua new file mode 100644 index 0000000..2fdc362 --- /dev/null +++ b/.template.lua @@ -0,0 +1,11 @@ +-- Solution -------------------------------------------------------------------- + +function f() + -- Your implementation here +end + +-- Tests ----------------------------------------------------------------------- + +local luaunit = require("luaunit.luaunit") + +os.exit(luaunit.LuaUnit.run())