In Go, which I'm using the most at the moment.
Enter the competition: https://adventofcode.com/2023
advent-of-code-2023/day1 $> go build
advent-of-code-2023/day1 $> ./day1
Part 1: 52974
Part 2: 53340
advent-of-code-2023/day1 $> go test
PASS
ok github.com/qselle/aoc/2023/day1 0.269s