Update generate_quotes_json.cpp
This commit is contained in:
@@ -24,9 +24,6 @@ using namespace std;
|
||||
int main() {
|
||||
ios_base::sync_with_stdio(false);
|
||||
cin.tie(0);
|
||||
|
||||
freopen("C:\\Users\\Life Adventurer\\Desktop\\Develop\\Quote_Generator\\quote_input.txt", "r", stdin);
|
||||
freopen("C:\\Users\\Life Adventurer\\Desktop\\Develop\\Quote_Generator\\quote_output.txt", "w", stdout);
|
||||
|
||||
string quote, author;
|
||||
while(true){
|
||||
@@ -46,4 +43,4 @@ int main() {
|
||||
* "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."
|
||||
**/
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user