Skip to content

federico-paolillo/aoc2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 in Python

The exercises from Advent of Code 2023 solved in Go. Fun.

Usage

Requires Go 1.22.1

There is one file for each day (day1.go, day2.go, etc...) under the package internal\days with corresponding unit tests (day1_test.go, day2_test.go, etc...).

To run the project, execute its unit tests using go test ./... from the repo root.

The project has no dependencies.

Entries

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages