8 lines
85 B
C
8 lines
85 B
C
#include "src/shell.h"
|
|
|
|
int main(int argc, char** argv) {
|
|
s_loop();
|
|
|
|
return 0;
|
|
}
|