Skip to content

Commit

Permalink
Solved Issue fork-commit-merge#1307
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupa-Rd committed Dec 10, 2023
1 parent 3601f53 commit d599320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/c++/easy/hello.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

int main() {
// TODO: Create a Basic C++ Program that Prints "Hello World"
cout<<"Hello World";
return 0;
}

0 comments on commit d599320

Please sign in to comment.