it's december!

This commit is contained in:
magical 2025-12-02 02:04:26 +00:00
commit 445d855a9c
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/cookie
/*/sol
/bin/

3
getinput.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
set -eu
curl -b ../cookie -O "https://adventofcode.com/2025/day/$1/input"