Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 236 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 236 Bytes

Advent of Code in Go

  • Day 1-4 solutions for Advent of Code 2022
  • Day 1-25 solutions for Advent of Code 2020

How to run

go run ./main.go 2020 16 input
for i in {01..19}; do go run ./main.go 2020 $i input; done