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:
parent
c274f86cfd
commit
9c1a1a6d90
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user