Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eveeifyeve/aoc-ts
Adventing of coding.
https://github.com/eveeifyeve/aoc-ts
advent-of-code advent-of-code-2023 rust rustlang
Last synced: 26 days ago
JSON representation
Adventing of coding.
- Host: GitHub
- URL: https://github.com/eveeifyeve/aoc-ts
- Owner: Eveeifyeve
- Created: 2023-12-01T02:21:08.000Z (11 months ago)
- Default Branch: Stable
- Last Pushed: 2024-02-10T11:07:12.000Z (9 months ago)
- Last Synced: 2024-10-12T13:21:27.246Z (26 days ago)
- Topics: advent-of-code, advent-of-code-2023, rust, rustlang
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- 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 src/index.ts
```This project was created using `bun init` in bun v1.0.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.