From 74bddb89f2e14c1f83a715b221a05511b1b8687b Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Tue, 28 Nov 2023 16:57:30 +0800 Subject: [PATCH] refactor: remove prefix and suffix of generate_quote_json.cpp --- quote_generator/generate_quotes_json.cpp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/quote_generator/generate_quotes_json.cpp b/quote_generator/generate_quotes_json.cpp index 8a60f42..2e2431d 100644 --- a/quote_generator/generate_quotes_json.cpp +++ b/quote_generator/generate_quotes_json.cpp @@ -1,15 +1,3 @@ -/** _ ___ _ - * | | _ / _| | | _ - * | | |_| | | _____ ____ ___| |__ __ _____ _____ | | _ _ ____ _____ ____ - * author: | | _ [ ]/ _ \ / _ \ / _ |\ \ / // _ \| _ \[ ] | | | || __|/ _ \| __| - * | L__ | | | | | ____| | |_\ \ | |_| | \ \/ / | ____|| | | | | |_ | |_| || / | ____|| / - * L____||_| |_| \_____| \____\_\\_____/ \__/ \_____||_| |_| |___|\_____/|_| \_____||_| - * - * Life is an adventure. Be adventurous. - * - * created: 02.10.2023 01:14:44 - * -**/ #include #include @@ -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." -**/ +} \ No newline at end of file