Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lucasfieri/advent_of_code_22
- Owner: lucasfieri
- Created: 2022-12-02T17:15:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T14:40:57.000Z (about 2 years ago)
- Last Synced: 2024-11-02T03:23:56.750Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2022-javascript, bun, bunjs, challenge, typescript
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```