Skip to content

saimanwong/go-aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Advent of Code in Go

Resources

Stars

Watchers

Forks