Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bravo68web/advent-of-code-22
Solutions for AoC 22
https://github.com/bravo68web/advent-of-code-22
advent-of-code advent-of-code-2022 aoc aoc22 bun rust
Last synced: 7 days ago
JSON representation
Solutions for AoC 22
- Host: GitHub
- URL: https://github.com/bravo68web/advent-of-code-22
- Owner: BRAVO68WEB
- Created: 2024-11-16T00:03:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T07:47:18.000Z (about 2 months ago)
- Last Synced: 2025-01-13T08:40:48.965Z (11 days ago)
- Topics: advent-of-code, advent-of-code-2022, aoc, aoc22, bun, rust
- Language: TypeScript
- Homepage: https://adventofcode.com/2022
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022 (Ongoing)
![AoC22](https://repository-images.githubusercontent.com/726431802/c8e91bfc-1db4-4fa8-93b2-dcb8cf18cc0c)
This is my repository for the [Advent of Code 2022](https://adventofcode.com/2022) challenge.
Languages used:
- [TypeScript + Bun](https://bun.sh/)
- [Rust](https://www.rust-lang.org/)## Usage
### TypeScript
![GitHub Workflow Status (with event)]()
Check [README.md](code/ts/README.md) in the `ts` directory.
### Rust
![GitHub Workflow Status (with event)]()
Check [README.md](code/rs/README.md) in the `rs` directory.
## Checklists
- [x] Day 1
- [x] Day 2
- [x] Day 3
- [x] Day 4
- [x] Day 5
- [x] Day 6
- [x] Day 7
- [x] Day 8
- [x] Day 9
- [x] Day 10
- [x] Day 11
- [x] Day 12
- [x] Day 13
- [x] Day 14
- [x] Day 15
- [ ] Day 16## License
All solutions for [AoC 2022](https://adventofcode.com/2022) by BRAVO68WEB is licensed under [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/)