Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kefniark/advent-of-code-2023
Advent of Code 2023 🎅🌟❄️☃️🎄🎁
https://github.com/kefniark/advent-of-code-2023
advent-of-code advent-of-code-2023 advent-of-code-2023-go advent-of-code-2023-golang
Last synced: 8 days ago
JSON representation
Advent of Code 2023 🎅🌟❄️☃️🎄🎁
- Host: GitHub
- URL: https://github.com/kefniark/advent-of-code-2023
- Owner: kefniark
- Created: 2023-12-02T06:23:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-12T13:47:34.000Z (11 months ago)
- Last Synced: 2024-06-21T18:00:41.844Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-go, advent-of-code-2023-golang
- Language: Go
- Homepage:
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Advent of Code 2023
![](./advent-logo.jpg)
> 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](https://go.dev/)**, I'm a bit rusted and I haven't used it for a while ^^
## Days
* [Day 1 : Calibration](./day01/main.go)
* [Day 2 : Cube Conundrum](./day02/main.go) ([v2](./day02/main_v2.go))
* Day 3 : Gear Ratios - [Part 1](./day03/main.go) | [Part 2](./day03/main_part2.go)
* Day 4 : Scratchcards - [Part 1](./day04/main.go) | [Part 2](./day04/main_part2.go)
* Day 5 : If You Give A Seed A Fertilizer - [Part 1](./day05/main.go) | [Part 2](./day05/main_part2.go)
* Day 6 : Wait For It - [Part 1](./day06/main.go) | [Part 2](./day06/main_part2.go)
* Day 7 : Camel Cards - [Part 1](./day07/main.go) | [Part 2](./day07/main_part2.go)
* Day 8 : Haunted Wasteland - [Part 1](./day08/main.go) | [Part 2](./day08/main_part2.go)
* Day 9 : Mirage Maintenance - [Part 1](./day09/main.go) | [Part 2](./day09/main_part2.go)
* Day 10 : Pipe Maze - [Part 1](./day10/main.go) | [Part 2](./day10/main_part2.go)
* Day 11 : Cosmic Expansion - [Part 1](./day11/main.go) | [Part 2](./day11/main_part2.go)
* Day 12 : Hot Springs - [Part 1](./day12/main.go)## Run
```sh
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.