-- Description -- -- Solution -------------------------------------------------------------------- function f() -- Your implementation here end -- Tests ----------------------------------------------------------------------- local luaunit = require("luaunit.luaunit") os.exit(luaunit.LuaUnit.run())