From cfee09646864f0e9426a1313250b2fe2e5cc4a84 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Sat, 1 Feb 2025 22:58:35 +0100 Subject: made the echo function, working on saving echo variables, after this going to work on listing the working directory --- variables.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 variables.c (limited to 'variables.c') diff --git a/variables.c b/variables.c new file mode 100644 index 0000000..ad36573 --- /dev/null +++ b/variables.c @@ -0,0 +1,7 @@ +#include + +int main(int argc, char *argv) +{ + printf("Trying to save variables..."); + return 0; +} -- cgit v1.2.3-70-g09d2