gencpp/gen_c_library/gen.c
2024-12-01 21:59:43 -05:00

8 lines
76 B
C

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