Skip to content

My solutions for the Advent of Code 2021 challenges written in Go

Notifications You must be signed in to change notification settings

martinkozle/advent-of-code-2021

Repository files navigation

Advent of Code 2021

My solutions for the Advent of Code 2021 challenges written in Go.

Generating the markdown for the problems

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

About

My solutions for the Advent of Code 2021 challenges written in Go

Resources

Stars

Watchers

Forks

Languages