From e8a3809405320adea8acbef021abeec8ad27dca4 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 21 Jun 2022 11:14:38 +0100 Subject: [PATCH] Update README.md --- subjects/binaryaddition/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/binaryaddition/README.md b/subjects/binaryaddition/README.md index 22efa0b6..3eedc839 100644 --- a/subjects/binaryaddition/README.md +++ b/subjects/binaryaddition/README.md @@ -38,9 +38,9 @@ and the output should be: ```console $ go run . [1 0] -[0 1 1] +[1 1] [1 0 0] -[0 1 1] +[1 1] [1 0 0] [1 0 1] [1 0 0 0 0]