rj1
about | log | files | refs
commit 41cfd876e846015ef43a5e2104ce8d0819452dc2
parent 518c04983425fe26d92f89b6854c0e7266daf0f4
author: rj1 <[email protected]>
date:   Sat,  3 Dec 2022 23:19:54 -0600

readme: day 4 scores update

Diffstat:
MREADME.md | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -10,6 +10,7 @@ this repo contains my solutions for advent of code |1|00:09:20|5035|0| |2|00:13:22|4899|0| |3|00:04:22|368|0| +|4|00:02:17|118|0| ### part 2 @@ -18,11 +19,12 @@ this repo contains my solutions for advent of code |1|00:10:24|3863|0| |2|00:14:26|2281|0| |3|00:08:06|442|0| +|4|00:05:06|443|0| ## notes -to use the helper scripts in this repo, create a file named `.session` -containing your adventofcode.com session id +to use the helper scripts, create a file named `.session` containing your +adventofcode.com session id `get-input` creates a `./{year}/{day}` directory, copies `template.py` as `solution.py`, and fetches your unique input from adventofcode.com and