like to liked

This commit is contained in:
Jidong Xiao
2023-10-04 14:18:05 -04:00
parent 569329b22d
commit f06f5c48c3

View File

@@ -101,7 +101,7 @@ When the user (here, *phoneNumber* is this user's phone number) runs this comman
nydate.exe users.txt output.txt phoneNumber like nydate.exe users.txt output.txt phoneNumber like
``` ```
your program should show profiles of all users who like this user. All these profiles should be printed into the output file. The definition of like is when a user swipes right on another user. Just like on Tinder, this feature is only available to premium users who pays a monthly subscription fee. Thus, if this user is not a premium user, your program should just print this message to the output file: your program should show profiles of all users who liked this user. All these profiles should be printed into the output file. The definition of like is when a user swipes right on another user. Just like on Tinder, this feature is only available to premium users who pays a monthly subscription fee. Thus, if this user is not a premium user, your program should just print this message to the output file:
```console ```console
Only premium users can view who liked you. Only premium users can view who liked you.