summary refs log tree commit diff homepage
path: root/2018/day01-1.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-04 01:20:11 -0500
committerJune McEnroe <june@causal.agency>2020-12-04 01:20:11 -0500
commite581bf63c493385c01291e988d3961363ec8d6a3 (patch)
tree53411e74608966142fd15a60cc020f5998fed224 /2018/day01-1.sh
parentSolve day 3 part 2 (diff)
downloadaoc-e581bf63c493385c01291e988d3961363ec8d6a3.tar.gz
aoc-e581bf63c493385c01291e988d3961363ec8d6a3.zip
Solve day 4 part 1
The read builtin returning 1 for EOF when the last line doesn't end with
a newline tripped me up. Only a problem because I like to just
copy the input and use pbpaste, I guess.
Diffstat (limited to '2018/day01-1.sh')
0 files changed, 0 insertions, 0 deletions
'>Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe