From a02c5f8015c61c627741b69998a946023a477322 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 5 Oct 2023 00:00:05 -0400 Subject: [PATCH] describing the empty line --- hws/05_online_dating/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/05_online_dating/README.md b/hws/05_online_dating/README.md index e785550..10820ec 100644 --- a/hws/05_online_dating/README.md +++ b/hws/05_online_dating/README.md @@ -66,7 +66,7 @@ Your program will support four commands. 4. unmatch someone. -More details about each of these four commands are given below. For all four commands, *users.txt* represents the input file, and *output.txt* represents the output file, please do not hardcode the file names into your program, as the actual input/output file may have a different name. You should just use the *argv[]* array to retrieve the name of the input and the output file. Also note that all of our output files have an empty line at the very end, and the Submitty autograder sometimes will display that as two empty lines. +More details about each of these four commands are given below. For all four commands, *users.txt* represents the input file, and *output.txt* represents the output file, please do not hardcode the file names into your program, as the actual input/output file may have a different name. You should just use the *argv[]* array to retrieve the name of the input and the output file. Also note that all of our output files have an empty line at the very end, and the Submitty autograder sometimes will display that as two empty lines. But this empty line is not displayed if you open the file from Github in the browser, because GitHub automatically trims trailing whitespace and empty lines at the end of files when displaying them in the browser. ### Show Profiles