diff options
author | Anthony Wang | 2021-07-06 15:48:51 +0000 |
---|---|---|
committer | GitHub | 2021-07-06 15:48:51 +0000 |
commit | 924653b7cd41d61bbe973434f0b972f3d5e8f75f (patch) | |
tree | 7fca1ca71f25823aea0275a76ff14ec166fc6887 | |
parent | 0bef605fcea3fe1f8e8c24c952d1cf80b343f2c2 (diff) |
Update README.md
-rw-r--r-- | Template/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Template/README.md b/Template/README.md index e8cfc32..d47a269 100644 --- a/Template/README.md +++ b/Template/README.md @@ -12,5 +12,3 @@ - Symlink these files from the repository to your home directory as `.b`, `.t`, and `.u`, so you can easily `cp ~/.b main.cpp` and `cat ~/.t` - - 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 - |