refactor: remove prefix and suffix of generate_quote_json.cpp

This commit is contained in:
lifeadventurer
2023-11-28 16:57:30 +08:00
parent 02aaad07af
commit 74bddb89f2

View File

@@ -1,15 +1,3 @@
/** _ ___ _
* | | _ / _| | | _
* | | |_| | | _____ ____ ___| |__ __ _____ _____ | | _ _ ____ _____ ____
* author: | | _ [ ]/ _ \ / _ \ / _ |\ \ / // _ \| _ \[ ] | | | || __|/ _ \| __|
* | L__ | | | | | ____| | |_\ \ | |_| | \ \/ / | ____|| | | | | |_ | |_| || / | ____|| /
* L____||_| |_| \_____| \____\_\\_____/ \__/ \_____||_| |_| |___|\_____/|_| \_____||_|
*
* Life is an adventure. Be adventurous.
*
* created: 02.10.2023 01:14:44
*
**/
#include <iostream>
#include <string>
@@ -31,10 +19,4 @@ int main() {
}
return 0;
}
/**
* "To stop trying is never the solution."
* "You are not alone. Lord have your way."
* "Failure is another blessing. Only by accepting it calmly can it bring growth."
**/
}