https://github.com/willf/advent_of_code_2022
Advent of Code 2022
https://github.com/willf/advent_of_code_2022
Last synced: about 1 year ago
JSON representation
Advent of Code 2022
- Host: GitHub
- URL: https://github.com/willf/advent_of_code_2022
- Owner: willf
- License: mit
- Created: 2022-12-02T14:22:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T10:34:38.000Z (over 3 years ago)
- Last Synced: 2025-03-24T12:52:23.578Z (about 1 year ago)
- Language: Ruby
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2022
This repository contains my solutions to the [Advent of Code 2022](https://adventofcode.com/2022) challenges. Directories are named after the day of the challenge, and each day's directory contains a `README.md` file with the challenge description and solvers.