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: about 1 month ago
JSON representation
Solutions of Advent of code 2023 written in Javascript on Bun Runtime
- Host: GitHub
- URL: https://github.com/himanshurajora/advent-of-code-2023
- Owner: himanshurajora
- Created: 2024-01-18T19:16:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T17:23:11.000Z (11 months ago)
- Last Synced: 2025-03-28T19:07:53.930Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-javascript, bun, javascript
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.