My solutions for the Advent of Code 2021 challenges written in Go.
First install the aoc-to-markdown Python package:
pip install aoc-to-markdown
Login to adventofcode.com and get the session
cookie content.
Call the aoc-markdown
script with the cookie content and the year and day.
Windows:
aoc-markdown.bat SESSION_ID -y 2021 -d 1 -s
Linux (not tested):
aoc-markdown.sh SESSION_ID -y 2021 -d 1 -s