We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb3ef87 commit a513bd2Copy full SHA for a513bd2
helloworld.cpp
@@ -1,4 +1,7 @@
1
//Hello world program in C++
2
+/*
3
+The following c++ code is A fundamental componenet of every c++ programming
4
+*/
5
#include<iostream>
6
using namespace std;
7
int main() {
0 commit comments