Create template for exercises

This commit is contained in:
Camden Dixie O'Brien 2023-10-15 17:25:33 +01:00
parent 8eeaaac890
commit e011e17e51

11
.template.lua Normal file
View File

@ -0,0 +1,11 @@
-- Solution --------------------------------------------------------------------
function f()
-- Your implementation here
end
-- Tests -----------------------------------------------------------------------
local luaunit = require("luaunit.luaunit")
os.exit(luaunit.LuaUnit.run())