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