diff --git a/Microshell/microshell.c b/Microshell/microshell.c index 0e653b5..a168418 100644 --- a/Microshell/microshell.c +++ b/Microshell/microshell.c @@ -6,7 +6,6 @@ #include const int max = 1000; -//heh int cut(char **argv, char *command){ int i = 0, w = 0, x = 0;