Added template (see 2022) + Day 2 completed

This commit is contained in:
2024-12-02 07:54:03 +01:00
parent 9d61d24b64
commit f37e249160
8 changed files with 77 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
day=$1
mkdir day${day}
cp template/* day${day}
curl -o day${day}/input --cookie ~/AdventOfCode/2024/cookies.txt https://adventofcode.com/2024/day/$day/input