You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-16 14:17: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
|
# 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() {
|
||||||
|
Reference in New Issue
Block a user