/advent-of-code

Primary LanguageGoApache License 2.0Apache-2.0

advent-of-code

This repository contains my solutions for the Advent of Code challenges.

To initialize the Go project, run:

go mod init advent-of-code

This will create a new go.mod file for handling dependencies.