summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-03-31 22:29:33 +0200
committerOskar <[email protected]>2024-03-31 22:29:33 +0200
commit3a08dca39c49ea7bd73e703a25ade3eaca8d0c81 (patch)
tree4fa5198a1e5eaade8cff05a78e8d0e4c549a3c1e
parentc5b58534dc41ec36e041717918de5727e0200b28 (diff)
TODO update
-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>
-