Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 609 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 609 Bytes

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!