summary refs log tree commit diff homepage
path: root/2016/src/bin/day17.rs
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-12-14 00:17:58 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commit097cfd1a42ebb0118cca64c7eb4bc40884c8666f (patch)
treebff5c7930fabbf4ca4af54bf372267ad22a03d17 /2016/src/bin/day17.rs
parentSolve day 13 part 2 (diff)
downloadaoc-097cfd1a42ebb0118cca64c7eb4bc40884c8666f.tar.gz
aoc-097cfd1a42ebb0118cca64c7eb4bc40884c8666f.zip
Solve day 14 part 1
Diffstat (limited to '2016/src/bin/day17.rs')
0 files changed, 0 insertions, 0 deletions
roe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe