You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 22:27:34 +02:00
Add link to FizzBuzz definition
For those who are lucky enough to not know what FizzBuzz intends to accomplish 😹
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Functions
|
||||
|
||||
A Rust version of the famous FizzBuzz interview question:
|
||||
A Rust version of the famous [FizzBuzz](https://en.wikipedia.org/wiki/Fizz_buzz) interview question:
|
||||
|
||||
```rust,editable
|
||||
fn main() {
|
||||
|
Reference in New Issue
Block a user