Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasfieri/advent_of_code_22

Advent of code 2022 - Javascript/Typescript using Bun.
https://github.com/lucasfieri/advent_of_code_22

advent-of-code advent-of-code-2022 advent-of-code-2022-javascript bun bunjs challenge typescript

Last synced: about 1 month ago
JSON representation

Advent of code 2022 - Javascript/Typescript using Bun.

Awesome Lists containing this project

README

        

# Advent of Code 2022 in Javascript/Typescript

I'll try to code every day by this advent.

I chose bun.sh as a compiler because I want try its performance and limits

To run:

```bash
bun run day1/ex1.ts
```