mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-23 00:04:45 -08:00
8 lines
76 B
C
8 lines
76 B
C
|
#define GEN_IMPLEMENTATION
|
||
|
#include "gen/gen.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
// init();
|
||
|
}
|