Day1 completed

This commit is contained in:
2024-12-01 14:15:11 +01:00
commit 47cab6a2c7
5 changed files with 48 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/2024/cookies.txt https://adventofcode.com/2024/day/$day/input