AOC day 5

This commit is contained in:
2022-12-06 02:51:28 +00:00
parent a66202b7e9
commit 685efc3de4
4 changed files with 564 additions and 22 deletions

View File

@@ -1433,7 +1433,7 @@ class Macros {
} while (funcList.length > 0);
var exp = b.begin(localFunctions.concat(args.slice(1)));
Prelude.print(Reader.toString(exp.def));
// Prelude.print(Reader.toString(exp.def));
exp;
};