https://github.com/ddworken/rustplayground
A repository holding a bunch of random rust code for my Independent Study
https://github.com/ddworken/rustplayground
Last synced: about 1 month ago
JSON representation
A repository holding a bunch of random rust code for my Independent Study
- Host: GitHub
- URL: https://github.com/ddworken/rustplayground
- Owner: ddworken
- License: gpl-2.0
- Created: 2015-09-06T22:34:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T12:51:06.000Z (over 10 years ago)
- Last Synced: 2025-03-11T04:27:27.351Z (about 1 year ago)
- Language: Rust
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rustPlayground
A repository holding a bunch of random rust code for my Independent Study in rust.
This is for stuff where I am just working on learning the language and the various details of the language. Once I have finished getting a hang of the basics of the language I will transition over to working on a strings alternative. Hopefully I should be comfortable enough with the language to get started on that within a couple of weeks.
In general I plan on doing:
1. fibonacci
2. hailstone
3. caesar cipher
4. prime number generation
5. car dice
6. hangman
If you have any suggestions on other useful or especially important programs to add to the above list, tell me.