https://github.com/pabloqpacin/rustey
Rust projects 101
https://github.com/pabloqpacin/rustey
Last synced: 4 months ago
JSON representation
Rust projects 101
- Host: GitHub
- URL: https://github.com/pabloqpacin/rustey
- Owner: pabloqpacin
- Created: 2023-07-10T18:38:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T14:56:43.000Z (over 1 year ago)
- Last Synced: 2025-01-26T11:43:33.276Z (5 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rustey
## How to play?
- Clone the repo
```bash
git clone https://github.com/pabloqpacin/Rustey.git /tmp/Rustey &&
cd $_
```- Build and run the code
```bash
cargo run
```