Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedkulp/advent-of-code-typescript
https://github.com/tedkulp/advent-of-code-typescript
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedkulp/advent-of-code-typescript
- Owner: tedkulp
- Created: 2023-11-30T12:40:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T03:39:54.000Z (about 1 year ago)
- Last Synced: 2024-11-14T10:41:29.047Z (3 months ago)
- Language: TypeScript
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.