Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elschnagoo/adventofcode-2023

This project contains my solutions to the Advent of Code 2023 puzzles.
https://github.com/elschnagoo/adventofcode-2023

advent-of-code christmas typescript

Last synced: 21 days ago
JSON representation

This project contains my solutions to the Advent of Code 2023 puzzles.

Awesome Lists containing this project

README

        

# adventofcode-2023
Advent of Code 2023

![ts](https://img.shields.io/badge/Language-Typescript-blue)

This project contains my solutions to the Advent of Code 2023 puzzles.

> Event link: [Advent of Code 2023](https://adventofcode.com/)

## Usage

```bash
npm install
npm run start-dev
```

## Progess Overview

* [x] Day 01
* [x] Day 02
* [x] Day 03
* [x] Day 04
* [x] Day 05
* [ ] Day 06
* [ ] Day 07
* [ ] Day 08
* [ ] Day 09
* [ ] 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