Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 362 Bytes

Advent of Code 2023

This is a Go application for solving the Advent of Code 2023 puzzles.

Running the Application

  1. Ensure you have Go installed on your machine.

  2. Clone the repository to your local machine:

git clone https://github.com/Ersch/advent-of-code-2023.git
cd advent-of-code-2023
go run main.go