Skip to content

The solutions for The Advent of Code 2023 problems

License

Notifications You must be signed in to change notification settings

pr0mming/aoc-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

The solutions for The Advent of Code 2023 problems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published