https://github.com/martan03/adventofcode
Solutions for Advent of Code puzzles
https://github.com/martan03/adventofcode
advent-of-code cpp go
Last synced: about 2 months ago
JSON representation
Solutions for Advent of Code puzzles
- Host: GitHub
- URL: https://github.com/martan03/adventofcode
- Owner: Martan03
- Created: 2022-12-02T21:34:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-15T21:45:43.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:46:23.778Z (over 1 year ago)
- Topics: advent-of-code, cpp, go
- Language: Go
- Homepage: https://adventofcode.com
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
Solutions for [Advent of Code](https://adventofcode.com) puzzles
# Overview
I tried solving AoC in 2022, where I didn't end up finishing it. Then I decided
to solve the 2024 AoC. Each year I tried different language that I didn't work
with in the past. 2022 is done with C++ and 2024 with GO.
- **Author:** [Martan03](https://github.com/Martan03)
- **GitHub repository:** [AdventOfCode](https://github.com/Martan03/AdventOfCode)
- **Author website:** [martan03.github.io](https://martan03.github.io)