gencpp/gen_c_library/gen.c

8 lines
76 B
C
Raw Normal View History

2024-12-01 18:59:43 -08:00
#define GEN_IMPLEMENTATION
#include "gen/gen.h"
int main()
{
// init();
}