Contoh Progam C++ Hello world!!
#include <iostream>
#include <conio.h>
using namespace std;
int main (){
cout<<" Hello World !!!";
return 0;
getch();
}
Share this:
Enter your email address to get update from HusnuBoys.
Contoh Progam C++ Hello world!!
Tidak ada komentar