Skip to content

Commit

Permalink
Add std:: into main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
neelbhatia1 committed Feb 12, 2024
1 parent 7cc9da8 commit 92e7b93
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
@@ -1,7 +1,7 @@
#include <iostream>

int main(){
cout << "Hello World!" << endl;
std::cout << "Hello World!" << std::endl;

return 0;
}

0 comments on commit 92e7b93

Please sign in to comment.