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

https://github.com/bravo68web/advent-of-code-template

AoC Repo Template
https://github.com/bravo68web/advent-of-code-template

advent-od-code-24 advent-of-code aoc aoc-2024 aoc-bun aoc-js aoc-rs aoc-template aoc-ts bun rs rust ts

Last synced: 9 months ago
JSON representation

AoC Repo Template

Awesome Lists containing this project

README

          

# Advent of Code 20XX (AoC 20XX)

![AoCXX](https://repository-images.githubusercontent.com/726431802/c8e91bfc-1db4-4fa8-93b2-dcb8cf18cc0c)

This is my repository for the [Advent of Code 20XX](https://adventofcode.com/20XX) 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

- [ ] Day 1
- [ ] Day 2
- [ ] Day 3
- [ ] Day 4
- [ ] Day 5
- [ ] Day 6
- [ ] Day 7
- [ ] Day 8
- [ ] Day 9
- [ ] Day 10
- [ ] Day 11
- [ ] Day 12
- [ ] Day 13
- [ ] Day 14
- [ ] Day 15
- [ ] Day 16
- [ ] Day 17
- [ ] Day 18
- [ ] Day 19
- [ ] Day 20
- [ ] Day 21
- [ ] Day 22
- [ ] Day 23
- [ ] Day 24
- [ ] Day 25

## License

All solutions for [AoC 20XX](https://adventofcode.com/20XX) by X is licensed under [CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0/)

> Merry Christmas and Happy New Year 20XX!