1
0
mirror of https://github.com/Ed94/gencpp.git synced 2025-01-11 09:18:38 -08:00
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();
}