https://github.com/raynardj/rust_play
Learning Rust
https://github.com/raynardj/rust_play
Last synced: 11 months ago
JSON representation
Learning Rust
- Host: GitHub
- URL: https://github.com/raynardj/rust_play
- Owner: raynardj
- Created: 2022-01-24T01:32:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T05:35:00.000Z (over 4 years ago)
- Last Synced: 2025-03-28T04:37:34.372Z (about 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Rust
> From [this youtube video](https://www.youtube.com/watch?v=zF34dRivLOw)
Run the following command at the folder with ```Cargo.toml``` file to compile and run the project
```shell
cargo run
```
## Try new skill
With [leetcode](https://leetcode.com/) problems, attempted solutions [here](./leetcode)