https://github.com/i-redbyte/aoc2022
Advent of code 2022
https://github.com/i-redbyte/aoc2022
Last synced: 8 months ago
JSON representation
Advent of code 2022
- Host: GitHub
- URL: https://github.com/i-redbyte/aoc2022
- Owner: i-redbyte
- Created: 2022-12-17T15:40:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T11:20:59.000Z (over 3 years ago)
- Last Synced: 2025-06-11T14:26:08.104Z (about 1 year ago)
- Language: C++
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Advent of Code 2022](https://adventofcode.com/2022)
My solutions to AOK 2022 tasks in different programming languages
Solved tasks and languages:
- Day01 - Day06 [**C++**](/cpp)
- Day07 - Day08 [**Kotlin**](/kotlin)