/aoc-2023

The solutions for The Advent of Code 2023 problems

Primary LanguageGoMIT LicenseMIT

Advent of Code 2023

This is my first attempt solving the Advent of Code, It's just an implementation using Go!

Getting Started 🚀

  • You can use the Makefile to run a solution for an specific problem, for example the problem 1 and the part 1:
make run_11
  • Otherwise Go from the root folder of the project:
go run main.go 1 1

Technologies 🔥

I used these technologies:

TODO List 📃

  • See improvements in the implementations
  • Solve all the problems!