Files
Tart/testing/main.cpp

7 lines
114 B
C++
Raw Normal View History

#include "test_tart.h"
#include <Pickler.h>
2025-01-25 08:29:43 -08:00
int main (int argc, char *argv[]) {
INSTALLSHELF;
2025-01-25 08:29:43 -08:00
return 0;
}