https://github.com/frenzyexists/codingbat-rust-solutions
Codingbat solutions is rust, i still don't know how to program in rust 😆
https://github.com/frenzyexists/codingbat-rust-solutions
codingbat-solutions rust
Last synced: 12 months ago
JSON representation
Codingbat solutions is rust, i still don't know how to program in rust 😆
- Host: GitHub
- URL: https://github.com/frenzyexists/codingbat-rust-solutions
- Owner: FrenzyExists
- License: mit
- Created: 2021-10-02T18:47:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-25T12:20:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T19:16:29.004Z (about 1 year ago)
- Topics: codingbat-solutions, rust
- Language: Rust
- Homepage:
- Size: 431 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

The codingbat solutions, but in rust, because its fun
- I made this because i needed an excuse to practice rust.
- I don't like reading too much. I prefer to bash my head against the keyboard.
- I try to do a codingbat or two a day, tho, sometimes i forget to push haha!
- Anyway, I'm avaiable for intership, plz hire me I'm gud :3
### Getting Started
To try the terribly implemented tests just run the main.rs file with cargo:
```rust
cargo run
```
And you'll get the results of the current codingbats.
ATM I don't exactly have a proper codingbat testing thingy like its implemented in rustlings, as I still haven't learned proper testing aside of using println!()
If you wanna put your own codingbat or suggest better coding practice in rust feel free to open an issue or PR. It really helps me to get better at this language, and be a better programmer in general.