diff --git a/generate_quotes_json.cpp b/generate_quotes_json.cpp index 2141af5..f2db594 100644 --- a/generate_quotes_json.cpp +++ b/generate_quotes_json.cpp @@ -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." -**/ \ No newline at end of file +**/