adding line breaks
This commit is contained in:
@@ -197,6 +197,7 @@ nytrends.exe input.json output.txt hashtag
|
|||||||
```
|
```
|
||||||
|
|
||||||
your program should produce an output similar to what TikTok does:
|
your program should produce an output similar to what TikTok does:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
this basically is the trending hashtags, each is associated with some videos. In your output, these videos should be sorted in a descending order, based on how many views the video has received.
|
this basically is the trending hashtags, each is associated with some videos. In your output, these videos should be sorted in a descending order, based on how many views the video has received.
|
||||||
@@ -208,6 +209,7 @@ nytrends.exe input.json output.txt sound
|
|||||||
```
|
```
|
||||||
|
|
||||||
your program should produce an output similar to what TikTok does:
|
your program should produce an output similar to what TikTok does:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
this basically is the trending sounds, each is associated with some videos. In your output, these videos should be sorted in a descending order, based on how many views the video has received.
|
this basically is the trending sounds, each is associated with some videos. In your output, these videos should be sorted in a descending order, based on how many views the video has received.
|
||||||
|
|||||||
Reference in New Issue
Block a user