From b3b45fa70550314c3936799dc6fe9119a790e655 Mon Sep 17 00:00:00 2001 From: Yury Bayda Date: Sun, 2 Aug 2026 20:31:44 -0700 Subject: [PATCH] docs: label sample output blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f097232..84ed52a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Write a program to print the first 100 FizzBuzz numbers, separated by newlines: #### Sample output -``` +```text 1 2 Fizz @@ -65,7 +65,7 @@ Follow the same rules as the canonical version with these additional rules: #### Sample output -``` +```text ... 86 Fizz