gencpp/gen_c_library/gen.c

9 lines
93 B
C

#define GEN_IMPLEMENTATION
#include "gen/gen.c"
int main()
{
// init();
__debugbreak();
}