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

https://github.com/codesandtags/advent-of-code

A repo with explained solutions for each challenge.
https://github.com/codesandtags/advent-of-code

Last synced: 12 months ago
JSON representation

A repo with explained solutions for each challenge.

Awesome Lists containing this project

README

          

# Advent of code

[Advent of code](https://adventofcode.com/) is a series of programming puzzles for a variety of skill levels. They are self-contained and are just as appropriate for an expert who wants to stay sharp as they are for a beginner who is just learning to code. Each puzzle calls upon different skills and has two parts that build on a theme.

Here are documenting my solutions to the puzzles.

## 2023

### Solutions

- [Day 1](./2023/day-01)
- [Day 2](./2023/day-02)

## Tech Stack

- TypeScript and Javascript
- [Bun](https://bun.sh/) for testing