diff options
-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 6c94b05..504ebf0 100644 --- a/Template/README.md +++ b/Template/README.md @@ -6,6 +6,6 @@ ### Notes - - Symlink these files from the repository to your home directory so you can easily `cp ~/basic.cpp .` and `cat ~/template.cpp` + - 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 - For the `usaco.cpp` template, replace `name` with the name of the problem |