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++) {