Skip to content

segwin/adventofcode-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

These are my solutions for each day of the Advent of Code 2020 event.

Running the solutions

To run these, you must have Go 1.13+ installed. You can build the app with the following command:

go build -o aoc .

To run a given day (e.g. day 5):

$ ./aoc day5

PART 1
  RESULT: Highest seat ID is 953

PART 2
  RESULT: My seat ID is 615

About

Advent of Code 2020

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages