5 lines
94 B
C
5 lines
94 B
C
#include "../include/cli.h"
|
|
|
|
int main(int argc, char *argv[]){
|
|
return cli_run(argc, argv);
|
|
}
|