Day 1 completed

This commit is contained in:
2024-12-01 15:02:34 +01:00
commit 5e782cf3d7
6 changed files with 59 additions and 0 deletions

4
get_input.sh Executable file
View File

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