fixed c implemntation

This commit is contained in:
2025-01-29 19:09:58 +00:00
parent 58d3ec9e71
commit f57a440623
6 changed files with 22 additions and 10 deletions

View File

@@ -1,7 +1,8 @@
#include "test_tart.h"
#include <Pickler.h>
//#include <Pickler.h>
int main (int argc, char *argv[]) {
INSTALLSHELF;
tart_run(&__pickle_shelf__);
return PICKLESHELF;
// 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;
}