describing corner cases

This commit is contained in:
Jidong Xiao
2024-01-24 17:03:29 -05:00
parent 2ecff5952a
commit aa4916a271

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 ends with *std::endl;* (or just *endl;* if you don't use *std::*).
**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::*).
## Helper Functions