Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cristobalgvera/adventjs

Solution to the Advent of Code challenges using JavaScript
https://github.com/cristobalgvera/adventjs

advent-of-code advent-of-code-2024 adventjs javascript nodejs typescript

Last synced: 27 days ago
JSON representation

Solution to the Advent of Code challenges using JavaScript

Awesome Lists containing this project

README

        

# AdventJS

Solution to the [Advent of Code](https://adventjs.dev/) challenges using JavaScript.

## TL;DR

Create challenges using

```bash
npm run challenge:create --name=
# E.g.: npm run challenge:create --name=2024/01
```

Run challenges using

```bash
npm run challenge:run --name=
# E.g.: npm run challenge:run --name=2024/01
```