Project Skeleton

This commit is contained in:
daniel 2025-06-05 01:07:21 +03:00
parent b500f3359c
commit c86f8cd336
11 changed files with 70 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include "../include/cli.h"
int main(int argc, char *argv[]){
return cli_run(argc, argv);
}