/advent-of-code-2023

My Advent of Code 2023 in Go 🐿️

Primary LanguageGo

Go wakatime

Advent of code 2023 🎄🎅

In Go, which I'm using the most at the moment.

Enter the competition: https://adventofcode.com/2023

Build

advent-of-code-2023/day1 $> go build
advent-of-code-2023/day1 $> ./day1
Part 1: 52974
Part 2: 53340

Test

advent-of-code-2023/day1 $> go test
PASS
ok  	github.com/qselle/aoc/2023/day1	0.269s