Create template for exercises
This commit is contained in:
11
.template.lua
Normal file
11
.template.lua
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
-- Solution --------------------------------------------------------------------
|
||||||
|
|
||||||
|
function f()
|
||||||
|
-- Your implementation here
|
||||||
|
end
|
||||||
|
|
||||||
|
-- Tests -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
local luaunit = require("luaunit.luaunit")
|
||||||
|
|
||||||
|
os.exit(luaunit.LuaUnit.run())
|
||||||
Reference in New Issue
Block a user