From a224f7270fc664e8cb2af8337d965df0ef4471d1 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Wed, 6 Sep 2023 22:37:59 -0400 Subject: [PATCH] adding link to readme.txt --- hws/02_schedule_classes/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/02_schedule_classes/README.md b/hws/02_schedule_classes/README.md index 9bec689..f636234 100644 --- a/hws/02_schedule_classes/README.md +++ b/hws/02_schedule_classes/README.md @@ -131,7 +131,7 @@ correctly for the simple examples. Use good coding style when you design and implement your program. Organize your program into functions: don’t put all the code in main! Be sure to read the [Homework Policies](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/homework_policies.php) as you put the finishing touches on your solution. Be sure to make up new test cases to fully debug your program and don’t forget -to comment your code! Use the provided template README.txt file for notes you want the grader to read. +to comment your code! Use the provided template [README.txt](./README.txt) file for notes you want the grader to read. You must do this assignment on your own, as described in the [Collaboration Policy & Academic Integrity](https://www.cs.rpi.edu/academics/courses/fall23/csci1200/academic_integrity.php) page. If you did discuss the problem or error messages, etc. with anyone, please list their names in your README.txt file.