summary refs log tree commit diff homepage
path: root/2017/input/day06.txt
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-12-02 10:37:53 -0500
committerJune McEnroe <june@causal.agency>2022-12-02 10:37:53 -0500
commit283319735637768c7c427e5f03888b2d56f75d5d (patch)
tree357fe4193bef683e3d0702a0a32c40b86a0ba7d7 /2017/input/day06.txt
parentSolve day 1 part 2 (diff)
downloadaoc-283319735637768c7c427e5f03888b2d56f75d5d.tar.gz
aoc-283319735637768c7c427e5f03888b2d56f75d5d.zip
Solve day 2 part 1
Diffstat (limited to '2017/input/day06.txt')
0 files changed, 0 insertions, 0 deletions
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