gencpp/gen_c_library/gen.c
Ed_ 0046c4a223 c_library refacotring works, and compiles with all content from the base project.
I need to make the refactor step happen before formatting with clang-format in the metaprogram instead of calling it from powershell
2024-12-10 13:56:56 -05:00

9 lines
93 B
C

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