Skip to content

xbili/aoc2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

.github/workflows/tests.yml Coverage Status

Link: https://adventofcode.com/2022

Also my attempt to practise writing some idiomatic Go.

Goals

  1. Be as idiomatic as possible
  2. Ensure decent test coverage with unit tests
  3. Automate as much as possible, from input parsing to test suite running

Non-goals

  1. Solve problems as fast as possible (I'd LeetCode for that instead)
  2. Unnecessary performance optimizations