diff options
author | Oskar <[email protected]> | 2024-04-03 23:09:13 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-03 23:09:13 +0200 |
commit | 4a99dc41d3a9836753a33c00d31e4cbce4e0e3b4 (patch) | |
tree | 1843bde818d0f4293a160b39de4764569286df8b /TODO | |
parent | efceadecd1bc48e2169bdf693058b2be25249827 (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-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |