Skip to content

Commit

Permalink
ostreamのprintとprintln : cerrとかはiostreamで定義される
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Nov 13, 2023
1 parent d408c51 commit b17670d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/ostream/print.md
Expand Up @@ -73,7 +73,7 @@ namespace std {

##
```cpp example
#include <ostream>
#include <iostream>

int main()
{
Expand Down
2 changes: 1 addition & 1 deletion reference/ostream/println.md
Expand Up @@ -41,7 +41,7 @@ namespace std {

##
```cpp example
#include <ostream>
#include <iostream>

int main()
{
Expand Down

0 comments on commit b17670d

Please sign in to comment.