summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--process_multiples.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index e354e52..3ada509 100644
--- a/TODO
+++ b/TODO
@@ -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>
-