6 lines
90 B
C
6 lines
90 B
C
#include "include/cli.h"
|
|
|
|
int main(int argc, char **argv) {
|
|
return cli(argc, argv);
|
|
}
|