Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zizekuros/advent-of-code-2023
Advent of Code 2023 solutions
https://github.com/zizekuros/advent-of-code-2023
advent-of-code advent-of-code-2023 christmas go golang
Last synced: 3 days ago
JSON representation
Advent of Code 2023 solutions
- Host: GitHub
- URL: https://github.com/zizekuros/advent-of-code-2023
- Owner: zizekuros
- License: mit
- Created: 2023-12-02T14:41:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-31T10:21:54.000Z (about 1 year ago)
- Last Synced: 2024-11-14T20:15:45.118Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2023, christmas, go, golang
- Language: Go
- Homepage: https://adventofcode.com/2023/
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023
```
*
***
*****
*******
*********
|||
```Welcome to my repository for the Advent of Code 2023 solutions! This is my first time participating in Advent of Code, and I'm excited to tackle the challenges. I'm not sure how many puzzles I will solve, but I'm looking forward to have fun.
## Running the Solutions
Each day's solution is stored in its own directory under the days folder. To run a solution for a specific day, use the following command from the root of the project:```
go run main.go
```For example, to run the solution for Day 1 - Part 1:
```
go run main.go 1 1 input.txt
```## Solved Challenges
| Day | Part 1 | Part 2 |
|:---:|:------:|:------:|
| 1 | ★ | ★ |
| 2 | ★ | ★ |
| 3 | ★ | |
| 4 | ★ | ★ |
| 5 | | |
| 6 | ★ | ★ |
| 7 | | |