Skip to content

Commit a513bd2

Browse files
authored
Update helloworld.cpp
1 parent eb3ef87 commit a513bd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helloworld.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
//Hello world program in C++
2+
/*
3+
The following c++ code is A fundamental componenet of every c++ programming
4+
*/
25
#include<iostream>
36
using namespace std;
47
int main() {

0 commit comments

Comments
 (0)