Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 320 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 320 Bytes

advent-2023-go

Joel's first Advent of Code & Joel's first Go project

I've heard good things about Go, so participating in this year's AoC seemed like a good way to learn how to code in it.

I might set up something fancy at some point, but right now you run code like:

cd src/advent/days
go run 1.go