Skip to content

Commit

Permalink
[fix]cinでの入力で代入が行われることを明記 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorSyntax1 authored May 2, 2024
1 parent 802b423 commit 678ae36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/text/chapter-2/input.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2.3. 入力

cin 命令を用いると、コンソールから入力する事ができる。例えば、与えられた値を10倍するコードは以下の様になる。
cin 命令を用いると、コンソールから入力し、変数に代入することができる。例えば、与えられた値を10倍するコードは以下の様になる。

```cpp:line-numbers
#include <iostream>
Expand Down

0 comments on commit 678ae36

Please sign in to comment.