Day 2 completed

This commit is contained in:
2024-12-01 15:22:59 +01:00
parent 5e782cf3d7
commit 42bab0cb9e
7 changed files with 114 additions and 0 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/2022/cookies.txt https://adventofcode.com/2022/day/$day/input