fixed testing

This commit is contained in:
2025-01-28 13:36:01 -08:00
parent caf148175b
commit f73586a28d
6 changed files with 51 additions and 42 deletions

View File

@@ -3,5 +3,5 @@
int main (int argc, char *argv[]) {
INSTALLSHELF;
tart_run(&__pickle_shelf__);
return 0;
return PICKLESHELF;
}