#include <iostream>
using namespace std;
int main ()
{
cout << "Hello, World"
;return 0;
}
Hello World !
Berikut contoh program hello world dengan menggunakan Dev-C++

0 comments:
Post a Comment