Create template for exercises
This commit is contained in:
parent
8eeaaac890
commit
e011e17e51
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())
|
Loading…
x
Reference in New Issue
Block a user