diff options
author | Anthony Wang | 2020-08-18 17:14:00 -0500 |
---|---|---|
committer | GitHub | 2020-08-18 17:14:00 -0500 |
commit | 58cfe80cfc220a89edf100b6fcc83551134536ec (patch) | |
tree | 65b95aeedc3274d33bc854022465c13b14dd6e7f | |
parent | 98b5f5199eaa8c3476d6ba27c66ccdbdcc02e823 (diff) |
Update README.md
-rw-r--r-- | Template/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Template/README.md b/Template/README.md index c2fc18f..7bae31f 100644 --- a/Template/README.md +++ b/Template/README.md @@ -7,4 +7,4 @@ ### Notes - Symlink these files from the repository to your home directory so you can easily `cp ~/basic.cpp .` and `cat ~/template.cpp` - - The line `if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout);` is to redirect output to files `in` and `out`, if they exist + - The line `if (fopen("in", "r")) freopen("in", "r", stdin), freopen("out", "w", stdout);` is to redirect input and output to files `in` and `out`, if they exist |