AOC day 5

This commit is contained in:
2022-12-06 02:51:28 +00:00
parent 603cbee148
commit fd3bc30844

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;
};