summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-04-03 23:09:13 +0200
committerOskar <[email protected]>2024-04-03 23:09:13 +0200
commit4a99dc41d3a9836753a33c00d31e4cbce4e0e3b4 (patch)
tree1843bde818d0f4293a160b39de4764569286df8b /TODO
parentefceadecd1bc48e2169bdf693058b2be25249827 (diff)
L+ and L- with numbers work now. Now only immediate numbers are left and
then we are done with the L functionality.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index ef26101..4612590 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
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 - improve the length check. If i make the length of an input too big then it seems like the input after the fgets limit gets stuck in stdin and that is kind of a problem.
+1 - Finish L implementation