Day1 completed
This commit is contained in:
4
get_input.sh
Executable file
4
get_input.sh
Executable 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
|
||||
Reference in New Issue
Block a user