Skip to content

Commit

Permalink
Merge pull request #400 from Aarul14/master
Browse files Browse the repository at this point in the history
Update Hello world .CPP
  • Loading branch information
fineanmol committed Oct 2, 2021
2 parents 8d5d982 + 5cf12d6 commit 0134ace
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Your First C++ Program

#include <iostream>
using namespace std;

int main() {
std::cout << "Hello World!";
cout << "Hello World!";
return 0;
}

0 comments on commit 0134ace

Please sign in to comment.