diff options
Diffstat (limited to 'Template/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 - |