summary refs log tree commit diff homepage
path: root/2017/Cargo.toml
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-12-03 10:57:38 -0500
committerJune McEnroe <june@causal.agency>2021-12-03 10:57:38 -0500
commit4079a36ec1d12f17ecdc18b2dd3bbdbe1fd75f1c (patch)
treed602736c0d2cdd0a401b15e91dd8b70ecd6cecfe /2017/Cargo.toml
parentSolve day 3 part 2 (diff)
downloadaoc-4079a36ec1d12f17ecdc18b2dd3bbdbe1fd75f1c.tar.gz
aoc-4079a36ec1d12f17ecdc18b2dd3bbdbe1fd75f1c.zip
Refactor day 3 using grep to count ones
C has turned my brain to for-loop goop.
Diffstat (limited to '2017/Cargo.toml')
0 files changed, 0 insertions, 0 deletions
d>2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe