make clear about output files

This commit is contained in:
Jidong Xiao
2024-01-27 19:41:39 -05:00
parent ffcb343d0c
commit 0ebcfc97ff

View File

@@ -123,7 +123,7 @@ Prime: TV shows we think you'll like:
``` ```
**Note**: all the expected files contain an empty line at the very end, to match with that, you just need to make sure all your print statements end with *std::endl;* (or just *endl;* if you don't use *std::*). **Note**: All expected output files are provided in this repository. All the expected output files contain an empty line at the very end, to match with that, you just need to make sure all your print statements end with *std::endl;* (or just *endl;* if you don't use *std::*).
## Provided Code ## Provided Code