2025-04-27 17:06:54 +01:00

7 lines
100 B
Plaintext

#include "bindings/bindings.h"
int main(int argc, char * argv[]) {
ffi::start_app();
return 0;
}