https://github.com/womb0comb0/advent-of-rust
Advent of Rust template
https://github.com/womb0comb0/advent-of-rust
advent-of-rust-2024 cheerio puppeteer rust typescript
Last synced: 4 months ago
JSON representation
Advent of Rust template
- Host: GitHub
- URL: https://github.com/womb0comb0/advent-of-rust
- Owner: WomB0ComB0
- Created: 2024-12-03T18:36:05.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-25T21:39:49.000Z (5 months ago)
- Last Synced: 2024-12-25T22:27:09.769Z (5 months ago)
- Topics: advent-of-rust-2024, cheerio, puppeteer, rust, typescript
- Language: Rust
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-rust
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.1.36. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.