diff options
-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> - |