From 87e4572d07723648cb3c2c60629d588b42378a1e Mon Sep 17 00:00:00 2001 From: Jakub Adamski Date: Thu, 10 Jan 2019 19:54:00 +0100 Subject: [PATCH] test --- Microshell/microshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Microshell/microshell.c b/Microshell/microshell.c index 589e2f9..0e653b5 100644 --- a/Microshell/microshell.c +++ b/Microshell/microshell.c @@ -6,7 +6,7 @@ #include const int max = 1000; - +//heh int cut(char **argv, char *command){ int i = 0, w = 0, x = 0;