Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 4cf25a7

Browse files
committed
Challenge 19 : added hello world cpp file
Signed-off-by: Rahul Kumar <rkgkumar072@gmail.com>
1 parent 6351d8b commit 4cf25a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <iostream>
2+
3+
int main() {
4+
std::cout << "Hello World!";
5+
return 0;
6+
}

0 commit comments

Comments
 (0)