2025-01-26 16:45:23 -08:00
|
|
|
#include "test_tart.h"
|
2025-01-29 19:09:58 +00:00
|
|
|
//#include <Pickler.h>
|
2025-01-25 08:29:43 -08:00
|
|
|
int main (int argc, char *argv[]) {
|
2025-01-29 19:09:58 +00:00
|
|
|
// INSTALLSHELF;
|
|
|
|
|
tart_create_cell('t', '1', (struct tart_rgb){0,0,0}, (struct tart_rgb){0,0,0});
|
|
|
|
|
//tart_run(&__pickle_shelf__);
|
|
|
|
|
return 0;//PICKLESHELF;
|
2025-01-25 08:29:43 -08:00
|
|
|
}
|