Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scarf005/advent-of-code-2023

Solving advent of code 2023 with TS (also possibly other langs)
https://github.com/scarf005/advent-of-code-2023

Last synced: 25 days ago
JSON representation

Solving advent of code 2023 with TS (also possibly other langs)

Awesome Lists containing this project

README

        

# Advent Of Code 2023

## To run

1. copy session cookie from your browser and set `AOC_SESSION` at `.env`
2. download inputs.

```sh
deno run -A fetch.ts
```

### Typescript

```sh
deno test --allow-read
```

## License

[AGPL 3.0 only](./LICENSE)