C++ tutorial | part-1

in programming •  7 years ago 

"Hello World" PROGRAM

#include<iostream.h>
#include<conio.n>
void main()
{
clrscr();
cout<<"Hello World";
getch();
}

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Warning! This user is on my black list, likely as a known plagiarist, spammer or ID thief. Please be cautious with this post!
If you believe this is an error, please chat with us in the #cheetah-appeals channel in our discord.

output
Hello World
😊😊😊

ya bro