From ad53344c5461187c1c2547d6234145b8ac1beaa7 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Thu, 9 Jan 2025 18:55:10 -0500 Subject: [PATCH] no same title anymore --- hws/spotify_playlists/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hws/spotify_playlists/README.md b/hws/spotify_playlists/README.md index 678b27c..2cfe229 100644 --- a/hws/spotify_playlists/README.md +++ b/hws/spotify_playlists/README.md @@ -177,11 +177,11 @@ The first argument is the name of **playlist file**. The second argument is the ``` For all 5 commands, the output.txt contains the updated playlist. We have provided sample input & output files. Examples of using command line arguments can be found on the course webpage: [Programming Information](https://www.cs.rpi.edu/academics/courses/spring25/csci1200/programming_information.php). ---> ## Handling Music Tracks with the Same Title In cases where multiple tracks may have the same title, choose the first track from the input file. This is NOT the natural behavior of Spotify, but this decision is just to simplify your implementation. +-->