lua-exercises/.template.lua

13 lines
303 B
Lua

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