Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.17 KB

Readme.md

File metadata and controls

43 lines (29 loc) · 2.17 KB

Advent of Code 2023

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

I use this event as an opportunity to write some Golang, I'm a bit rusted and I haven't used it for a while ^^

Days

Run

cd day2/ # or any other day
go run main.go

Each day is a self contain folder with vanilla Golang, no extra tooling, scripts or dependencies

Caution

Please don't use these answers as a way to cheat, those are puzzle made for entertainment.

To quote the official FAQ:

Please try to avoid giving away the solution while people are competing. If a puzzle's global daily leaderboard isn't full yet and you're likely to get points, please wait to stream/post your solution until after that leaderboard is full.

Copyright

Advent of Code is a registered trademark in the United States. The design elements, language, styles, and concept of Advent of Code are all the sole property of Advent of Code and may not be replicated or used by any other person or entity without express written consent of Advent of Code. Copyright 2015-2023 Advent of Code. All rights reserved.