diff options
| author | nasrlol <nsrddyn@gmail.com> | 2025-02-11 18:06:29 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2025-02-11 18:06:29 +0100 |
| commit | c732a12f7ab6b3731edffd70d481a7b58e7a7268 (patch) | |
| tree | afe035093604eb380f1fd31475a65a719ca286ea /.idea/dictionaries | |
| parent | 9359850dd1944e0331f42c25d969c6f2770ca9b2 (diff) | |
refactored alot of the code, renamed functions, worked on the echo function, still unfinished, worked on the ls command, i think it works but i encountered a complication when writing the main function. i was planning on using argv as an argument for the function, but argv is received when calling the executable not when calling a function, so i have to find a work around for this
Diffstat (limited to '.idea/dictionaries')
| -rw-r--r-- | .idea/dictionaries/nasr.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.idea/dictionaries/nasr.xml b/.idea/dictionaries/nasr.xml new file mode 100644 index 0000000..4777b90 --- /dev/null +++ b/.idea/dictionaries/nasr.xml @@ -0,0 +1,3 @@ +<component name="ProjectDictionaryState"> + <dictionary name="nasr" /> +</component>
\ No newline at end of file |
