namaste duniya program
include
using namespace std;
int main(){ cout<<"namaste duniya"; return 0; }
/*#include is a header file library that helps with input and output objects in C++ language.
Using namespace std use for the objects and variables from the standard library.
*/
Auto comment: topic has been updated by roshan22418 (previous revision, new revision, compare).
Auto comment: topic has been updated by roshan22418 (previous revision, new revision, compare).