mirror of
https://github.com/Ed94/gencpp.git
synced 2025-01-08 07:53:32 -08:00
8 lines
76 B
C
8 lines
76 B
C
|
#define GEN_IMPLEMENTATION
|
||
|
#include "gen/gen.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
// init();
|
||
|
}
|