Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bravo68web/advent-of-code-23
Solutions for AoC 23
https://github.com/bravo68web/advent-of-code-23
advent-of-code advent-of-code-2023 aoc aoc23 bun rust
Last synced: 8 days ago
JSON representation
Solutions for AoC 23
- Host: GitHub
- URL: https://github.com/bravo68web/advent-of-code-23
- Owner: BRAVO68WEB
- Created: 2023-12-02T11:34:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T09:50:16.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:28:24.405Z (8 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, aoc23, bun, rust
- Language: TypeScript
- Homepage:
- Size: 410 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023 (Completed)
![AoC23](https://repository-images.githubusercontent.com/726431802/c8e91bfc-1db4-4fa8-93b2-dcb8cf18cc0c)
This is my repository for the [Advent of Code 2023](https://adventofcode.com/2023) 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
- [x] Day 16
- [x] Day 17
- [x] Day 18
- [x] Day 19
- [x] Day 20
- [x] Day 21
- [x] Day 22
- [x] Day 23
- [x] Day 24
- [x] Day 25## License
All solutions for [AoC 2023](https://adventofcode.com/2023) by BRAVO68WEB is licensed under [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/)
> Merry Christmas and Happy New Year 2024!