Categorygithub.com/igorkrz/AdventOfCode2023
repository
0.0.0-20231213002628-f884e1fe31dd
Repository: https://github.com/igorkrz/adventofcode2023.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

AdventOfCode2023

https://adventofcode.com/2023

This repository is used for educational purposes

Golang this year :)

To run any program you first need to put input.txt inside the day directory and then run the command for example:

go run days/01/main.go --part 2

Part 1 is the default part to run, so you don't need to specify --part flag. And of course don't forget to change the day when running the program :)

Happy coding!