diff options
author | Oskar <[email protected]> | 2024-03-31 22:29:33 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-31 22:29:33 +0200 |
commit | 3a08dca39c49ea7bd73e703a25ade3eaca8d0c81 (patch) | |
tree | 4fa5198a1e5eaade8cff05a78e8d0e4c549a3c1e | |
parent | c5b58534dc41ec36e041717918de5727e0200b28 (diff) |
TODO update
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | process_multiples.c | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1,7 +1,6 @@ TODO list. This is mostly so i can plan more granularly and remember small stuff i was working on last time and what i should prioritise first. This is not my overall big planning board. (1 highest prio, 10 lowest) -1 - Make all singles work. 1 - Have a big long think about how the strings will be processed and translate in to actually doing things in the program. 1 - implement the logic that will actually interpret the validated input 3 - improve the length check (i have NO idea how it actually works because im slow stupid!) diff --git a/process_multiples.c b/process_multiples.c index 839573a..ade2a67 100644 --- a/process_multiples.c +++ b/process_multiples.c @@ -7,4 +7,3 @@ #include "input.h" #include "i_validation.h" #include <stdint.h> - |