/advent-of-code-2023

Solution in Go (Golang) for Advent of Code 2023

Primary LanguageGo

Advent of Code 2023 (Go, Golang)

Description

This repository contains my solutions for the Advent of Code 2023 challenge.

Usage

Each day has its own folder: day1, with a part1 and part2 inside.

Run the test TestProcess to get the answer for that part of the challenge.