Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Solutions of Advent of code 2023 written in Javascript on Bun Runtime
https://github.com/himanshurajora/advent-of-code-2023

advent-of-code advent-of-code-2023 advent-of-code-javascript bun javascript

Last synced: 19 days ago
JSON representation

Solutions of Advent of code 2023 written in Javascript on Bun Runtime

Awesome Lists containing this project

README

        

# advent-of-code-2023

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

To test:

```bash
bun test
```

This project was created using `bun init` in bun v1.0.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.