Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 633 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 633 Bytes

Advent of code

Advent of code (AOC) presents a programming challenge on each day of advent. The problems vary in difficulty and are great way to learn a new language or test your current knowledge.

I highly recommend doing AOC if you enjoy programming.

Project format

year => language => README.md

Links

AOC Show all your AOC years

Fetching data

To get AOC puzzle input fetch data from https://adventofcode.com/<YEAR>/day/<DAY>/input with the header cookie = session=<YOUR_COOKIE>