This commit is contained in:
David Blass
2026-01-10 12:48:02 -05:00
committed by Colin McDonnell
parent c335032c37
commit 89e93d3398
3 changed files with 5 additions and 23 deletions
+1 -1
View File
@@ -138360,7 +138360,7 @@ var Timer = class {
// main.ts
var Inputs = type({
prompt: "string",
effort: Effort
"effort?": Effort
});
async function main(inputs) {
var _stack2 = [];