From 41677ea4aad49d136df6b73bbd40adafb269a7d0 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Fri, 3 Nov 2023 01:20:08 +0530 Subject: [PATCH] Modified `06 Other Domains.md` --- Phase 2/06 Other Domains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Phase 2/06 Other Domains.md b/Phase 2/06 Other Domains.md index 00bbf35..0537590 100644 --- a/Phase 2/06 Other Domains.md +++ b/Phase 2/06 Other Domains.md @@ -24,7 +24,7 @@ int main() { int numbers[] = { 16, 9, 3, 15, 3, 20, 6, // The part before the brackets - 20, 8, 5, 14, 21, 13, 2, 5, 18, 19, 13, 1, 19, 15, 14 // The part before the brackets + 20, 8, 5, 14, 21, 13, 2, 5, 18, 19, 13, 1, 19, 15, 14 // The part after the brackets }; for (int i = 0; i < 22; i++) {