Skip to content

Go implementation of Advent of Code 2022 puzzles

License

Notifications You must be signed in to change notification settings

LoranKloeze/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go workflow

Advent of Code 2022 - Go

Run with your own input

For example day 1, part 1:

  1. Copy your puzzle input to day1/input.txt
  2. Run go run . day1-1

Test

Each day contains 2 test files, one for each part of the day. There's a test for the sample data and a test for the real data I got from AoC. Obviously, that test fails when you use your input file.

About

Go implementation of Advent of Code 2022 puzzles

Topics

Resources

License

Stars

Watchers

Forks