Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/himanshurajora/advent-of-code-2023
- Owner: himanshurajora
- Created: 2024-01-18T19:16:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T17:23:11.000Z (7 months ago)
- Last Synced: 2024-12-14T00:14:28.368Z (21 days 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.