hellow world in cpp code example
Example: hello world in c++
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "hello world! \n";
} //code by goukl aakash
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "hello world! \n";
} //code by goukl aakash