mirror of
https://github.com/wezm/advent-of-code.git
synced 2024-12-18 10:19:55 +00:00
Update README.md
This commit is contained in:
parent
f213f6d254
commit
49458503e5
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
I completed this one with just shell tools.
|
I completed this one with just shell tools (chimerautils).
|
||||||
|
|
||||||
Day 1:
|
Day 1:
|
||||||
|
|
||||||
zsh day1.zsh ../input/day1.txt
|
sh day1.sh ../input/day1.txt
|
||||||
|
|
||||||
Day 2:
|
Day 2:
|
||||||
|
|
||||||
zsh day1.2.zsh ../input/day1.txt
|
sh day1.2.sh ../input/day1.txt
|
||||||
|
|
Loading…
Reference in a new issue