Skip to content

THeK3nger/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020 Solution

This is a repo with my solution to the Advent of Code 2020.

I'm taking my time and I am having fun with it.

How to run

Run the specific day with

cargo run -p aoc2020-dayX < dayX/input.txt

where X is the day of the solution you want to try.

Or, in PowerShell:

Get-Content .\dayX\test.txt | cargo run -p aoc2020-dayX

About

Advent of Code 2020 Solution Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages