Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcelis/advent-of-code-2023
🎄 My solutions to 2023's Advent of Code, in Ruby
https://github.com/davidcelis/advent-of-code-2023
Last synced: about 1 month ago
JSON representation
🎄 My solutions to 2023's Advent of Code, in Ruby
- Host: GitHub
- URL: https://github.com/davidcelis/advent-of-code-2023
- Owner: davidcelis
- Created: 2023-12-03T20:38:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T06:54:48.000Z (about 1 year ago)
- Last Synced: 2024-10-12T08:35:31.066Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code 2023 🎄
These are my solutions for [2023's Advent of Code](https://adventofcode.com/2023/). To run any of my solutions, you can just run its `main.rb` file with `ruby`. For example, to run my solution for the first day, just run `ruby day-01/main.rb` in your Terminal. Each day also includes a README that's simply the text of the problem from Advent of Code itself in case it ever becomes unavailable on the web.