Skip to content

Jack-0/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

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>