diff --git a/subjects/print-and-consume/README.md b/subjects/print-and-consume/README.md index 62be2704..edb3d449 100644 --- a/subjects/print-and-consume/README.md +++ b/subjects/print-and-consume/README.md @@ -24,10 +24,7 @@ Here is a possible program to test your function : ```rust use print_and_consume::*; -fn main() { - - -} +fn main() {} ``` And its output: