From 7cbb8fd679527f18b3ca083a2ddbe2ea3e7516e8 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 10 Jan 2025 19:48:51 -0500 Subject: [PATCH] adding instructor's code --- hws/spotify_playlists/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hws/spotify_playlists/README.md b/hws/spotify_playlists/README.md index 47ee6af..2b147b5 100644 --- a/hws/spotify_playlists/README.md +++ b/hws/spotify_playlists/README.md @@ -246,11 +246,11 @@ To deal with this problem, you need to remove double quotes from the arguments. You may need to include this double-quote-removal logic twice in your program so as to remove the openning double quote and then the closing double quote. Note that the above double-quote-removal logic wouldn't do anything if the argument doesn't contain a double quote. This means including the double-quote-removal logic in your code should not affect how you run your program locally on your own computer. +--> ## Instructor's Code -You can test (but not view) the instructor's code here: [instructor code](http://ds.cs.rpi.edu/hws/playlists/). Note that this site is hosted on RPI's network and you can visit this site only if you are on RPI's network: either on campus or using a VPN service. ---> +You can test (but not view) the instructor's code here: [instructor code](http://ds.cs.rpi.edu/hws/playlists/). Note that this site is hosted on RPI's network and you can visit this site only if you are on RPI's network: either on campus or using a VPN service. Also note that, it is not your job in this assignment to play musics, the instructor's C++ code here is just used as the backend to manage the playlist. ## Program Requirements & Submission Details