2022-12-04 14:56:57 +01:00
2022-12-03 13:30:03 +01:00
2022-12-03 13:21:31 +01:00
2022-12-03 15:06:22 +01:00
2022-12-04 14:56:57 +01:00
2022-12-03 12:45:04 +01:00
2022-12-03 12:45:04 +01:00

advent of code 2022

Solutions for the advent of code 2022

how to get input data

  • python aocd library
    • Get the puzzle for day two: puzzle = Puzzle(year=2022, day=2)
    • Submit a solution for day two part a: submit(answer, part='a', day=2, year=2022)

how to add a session token

  • After a successful login extract your session token from your browser
  • Create a .env file and make sure to export the environment variable below
  • The lib will outomatically work if the environment variable is present
$ cat .env
export AOC_SESSION="53616c..."
Description
Python solutions for the advent of code 2022
Readme 546 KiB
Languages
Python 100%