https://github.com/shybyte/advent-of-code-2022-typescript
Advent of Code 2022 TypeScript
https://github.com/shybyte/advent-of-code-2022-typescript
Last synced: about 1 month ago
JSON representation
Advent of Code 2022 TypeScript
- Host: GitHub
- URL: https://github.com/shybyte/advent-of-code-2022-typescript
- Owner: shybyte
- Created: 2022-12-10T05:26:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T23:13:26.000Z (over 3 years ago)
- Last Synced: 2025-02-22T22:15:01.228Z (over 1 year ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2022 TypeScript
To install dependencies:
```bash
bun install
```
To run:
```bash
bun wiptest
```
This project was created using `bun init` in bun v0.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.