1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-26 17:23:01 +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:
Andrew Pollack 2022-12-21 09:30:55 -08:00 committed by GitHub
parent c274f86cfd
commit 9c1a1a6d90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Functions # 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 ```rust,editable
fn main() { fn main() {