Wednesday, 29 April 2020

c++ program to print hello

#include<iostream.h>
void main(){
  cout<<"hello";
}

No comments:

Post a Comment