diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-01 22:58:35 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-01 22:58:35 +0100 |
| commit | cfee09646864f0e9426a1313250b2fe2e5cc4a84 (patch) | |
| tree | 41bc7f83b671f293ba153bc918de3f77f9d61a2f /variables.c | |
| parent | 79ca071c71175ad00978d9995a7f8af49d46bda9 (diff) | |
made the echo function, working on saving echo variables, after this going to work on listing the working directory
Diffstat (limited to 'variables.c')
| -rw-r--r-- | variables.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 <stdlib.h> + +int main(int argc, char *argv) +{ + printf("Trying to save variables..."); + return 0; +} |
