1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-06 08:49:17 +02:00

Merge pull request #8 from andrewpollack/patch-6

Add link to FizzBuzz definition
This commit is contained in:
Martin Geisler 2022-12-21 18:39:49 +01:00 committed by GitHub
commit ebd33a5b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() {