Files
Passgeny/c/cli/src/passgeny.c
Mitja HORVAT 9d3ffdadf5 c: Add skeleton filesfor the CLI tool
This is prep work for the moving to Meson.
2021-09-28 11:36:20 +02:00

9 lines
86 B
C

#include <stdlib.h>
#include "phogen.h"
int main(void)
{
return EXIT_SUCCESS;
}