From 2fcf16d6974e61a0cf31cbeab2cdd03c486520a1 Mon Sep 17 00:00:00 2001 From: hamza Date: Thu, 4 Aug 2022 13:33:28 +0100 Subject: [PATCH] DEV-3386 docs(onlyB) : add subject --- subjects/onlyb/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/onlyb/README.md b/subjects/onlyb/README.md index 3126577b..6c2f6e23 100644 --- a/subjects/onlyb/README.md +++ b/subjects/onlyb/README.md @@ -2,15 +2,15 @@ ### Instructions -Write a program that displays a `b` character on the standard output. (and nothing else) +Write a program that displays a `B` character on the standard output. (and nothing else) ### Usage ```console $ go run . -b +B $ go run . "a" "b" -b +B $ go run . "a" "b" "c" -b +B ```