C++ | "Hello World" code


 

#include<iostream>

using namespace std;

int main(){

    cout<<"Hello World"<<endl;

    return 0;
}

Comments

Popular posts from this blog

TEACHER'S DAY

All Important Exams After Class 10+2

find the roots of the equation ax^2 + bx + c using C language