gemstone/lib/src/entry/entrypoint.c

8 lines
94 B
C

//
// Created by servostar on 6/10/24.
//
int main(int argc, char* argv[]) {
return 0;
}