Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 673 Bytes

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