Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c0cb2d0

Browse files
committed
✏ 오타 수정
1 parent 584ac5e commit c0cb2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎7-control-flow/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ int main()
891891

892892
int main()
893893
{
894-
for (int i = 10; i >= 1; --i)
894+
for (int i = 10; i >= 1; ++i)
895895
printf("%d ", i);
896896
}
897897
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /