AOC2023: Add script to create day template and download input

This commit is contained in:
2023-12-23 18:46:14 +02:00
parent 762d575d70
commit 2faf90bc2b
4 changed files with 85 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/bash
wget --no-cookies --header "Cookie: session=$AOC_SESSION" https://adventofcode.com/2023/day/$1/input -O day$1_input.txt