Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 323 Bytes

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.