summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-01-30 21:11:06 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-01-30 21:12:49 +0100
commit6760399883bc8db547dffd6458a0906e1eeb3243 (patch)
tree8ebf102124e81c236524d7b7d8aa8ea248df197e
parent8650f2d46dc6df62fcf70d4b769746987e748830 (diff)
Learning about getting the commands history and
actually saving them, having trouble doing it in c
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 504439b..22b9a2a 100644
--- a/main.c
+++ b/main.c
@@ -11,7 +11,6 @@ int main() {
char *COMMAND_HISTORY;
COMMAND_HISTORY = (char *)malloc(sizeof(char));
-
// RUNNING THE PROGRAM ON AN ENDLESS LOOP
// BREAKS WHEN USER ENTERS EXIT
while(RUNNING) {