FAILURE STATE

This commit is contained in:
2026-01-01 11:41:43 -05:00
parent 9364df2645
commit 7fbf8ae8c2
25 changed files with 1713 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
local test = {}
test.render = function(std)
return std.h2("Hello, World!")
end
return test