Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tompascall/aoc2023

Play with aoc
https://github.com/tompascall/aoc2023

Last synced: about 1 month ago
JSON representation

Play with aoc

Awesome Lists containing this project

README

        

# aoc2023

Play with aoc

## Prerequisites

node v20

## How to run

```
EXPORT AOC_SESSION_COOKIE=
```

### Run build

```
npx tsc
```

### Run build with watch mode

```
npx tsc --watch
```

### Run tests

```
npm test -- --watch
```

### Get day n solution

```
node dist/day-01/index.js
```