This commit is contained in:
Jidong Xiao
2024-02-06 17:46:17 -05:00
parent 033a14b706
commit 569f0c6fb9

View File

@@ -180,7 +180,7 @@ Keep in mind that some of the fields may not exist. Revise these helper function
### print rating stars ### print rating stars
This line will print the star symbol. This line will print the star symbol (i.e., :star:).
``` ```
std::cout << "\u2605" << std::endl; std::cout << "\u2605" << std::endl;