Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushS3V3N committed Jul 27, 2023
1 parent fb7da0a commit 40d1f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ string remove_spaces(const string &str) {

// Main function
int main(int argc , char *argv[]) {
string search_query = "terrorist attack in india";
string search_query = "keyword";
if(argc > 1){
search_query = argv[1];
}
Expand Down

0 comments on commit 40d1f88

Please sign in to comment.