aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-08-28 20:41:50 -0500
committerGitHub2020-08-28 20:41:50 -0500
commit787272956ec58450fd004c587c72801a54102796 (patch)
treec8baa28eb00174fcb125d67242d133c3b9c62b69
parent443cae7a515babd6312baf8519ecaf408bd5ae20 (diff)
Update README.md
-rw-r--r--Template/README.md2
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