Skip to content

ttencate/aoc2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

This repository contains my solutions for the Advent of Code 2019.

There's some simple code to fetch today's input and place it in the right directory. It requires a file called .session_cookie containing the value of the session cookie from a valid AoC login session. If input files are not found, they will be fetched automatically.

The solution to each day's puzzle can be run with:

cargo run --bin XX

where XX is the zero-padded day number.

About

My solutions for Advent of Code 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages