Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)