Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alesr/adventofcode
https://github.com/alesr/adventofcode
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alesr/adventofcode
- Owner: alesr
- Created: 2024-12-03T06:10:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-03T07:23:29.000Z (about 1 month ago)
- Last Synced: 2024-12-03T07:28:38.290Z (about 1 month ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adventofcode
[![codecov](https://codecov.io/gh/alesr/adventofcode/graph/badge.svg?token=8Xq14mM4Al)](https://codecov.io/gh/alesr/adventofcode)
This repository contains my solutions to the [Advent of Code](https://adventofcode.com/) challenges in Go.
## Usage
To run all solutions, execute the following command:
```bash
go run main.go
```## Progress
🎄 **2024 Progress:** 2/25 stars (8%)
| Day | Results | Stars |
|:---:|:-------:|:-----:|
| [Day 1](aoc24/day1) | P1: 1319616 , P2: 27267728 | ⭐ |
| [Day 2](aoc24/day2) | P1: 421 , P2: 476 | ⭐ |
| [Day 3](aoc24/day3) | P1: 160672468 | |
| [Day 4](aoc24/day4) | | |
| [Day 5](aoc24/day5) | | |
| [Day 6](aoc24/day6) | | |
| [Day 7](aoc24/day7) | | |
| [Day 8](aoc24/day8) | | |
| [Day 9](aoc24/day9) | | |
| [Day 10](aoc24/day10) | | |
| [Day 11](aoc24/day11) | | |
| [Day 12](aoc24/day12) | | |
| [Day 13](aoc24/day13) | | |
| [Day 14](aoc24/day14) | | |
| [Day 15](aoc24/day15) | | |
| [Day 16](aoc24/day16) | | |
| [Day 17](aoc24/day17) | | |
| [Day 18](aoc24/day18) | | |
| [Day 19](aoc24/day19) | | |
| [Day 20](aoc24/day20) | | |
| [Day 21](aoc24/day21) | | |
| [Day 22](aoc24/day22) | | |
| [Day 23](aoc24/day23) | | |
| [Day 24](aoc24/day24) | | |
| [Day 25](aoc24/day25) | | |