From 0ebcfc97fffdb5cfb00c0afcd638b5f3927b39e8 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Sat, 27 Jan 2024 19:41:39 -0500 Subject: [PATCH] make clear about output files --- hws/03_amazon_prime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/03_amazon_prime/README.md b/hws/03_amazon_prime/README.md index b32c4ae..a17aba0 100644 --- a/hws/03_amazon_prime/README.md +++ b/hws/03_amazon_prime/README.md @@ -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