AOC2023: Add helper for downloading puzzle input
This commit is contained in:
parent
4e900804b8
commit
3b21cc90ae
|
@ -0,0 +1 @@
|
|||
day*_input.txt
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
wget --no-cookies --header "Cookie: session=$AOC_SESSION" https://adventofcode.com/2023/day/$1/input -O day$1_input.txt
|
Loading…
Reference in New Issue