From 36fe2fd393d6de50fd8351d12946931a0371bb50 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 21 Nov 2022 19:11:10 +0000 Subject: [PATCH] docs(print-and-consume): write partial description of subject --- subjects/print-and-consume/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: