2025-01-26 16:45:23 -08:00
|
|
|
#include "test_tart.h"
|
|
|
|
|
#include <Pickler.h>
|
2025-01-25 08:29:43 -08:00
|
|
|
int main (int argc, char *argv[]) {
|
2025-01-26 16:45:23 -08:00
|
|
|
INSTALLSHELF;
|
2025-01-28 12:11:56 -08:00
|
|
|
tart_run(&__pickle_shelf__);
|
2025-01-28 13:36:01 -08:00
|
|
|
return PICKLESHELF;
|
2025-01-25 08:29:43 -08:00
|
|
|
}
|