updates for prelude changes

This commit is contained in:
2025-12-29 10:34:47 -08:00
parent f4d1e86319
commit 71b0e3af92
4 changed files with 5 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/sh
mkdir -p tmp
echo "Test AoC 2024 solutions"
# FIXME - it turns out there are some stack issues here (including length)
NCC="bun run newt.js"
total=0
failed=0