myshellin/src/myshellin.c

8 lines
112 B
C

#include <stdlib.h>
#include "loop.h"
int main(int argc, char **argv) {
loop();
return EXIT_SUCCESS;
}