College
Pages
(Move to ...)
Home
▼
Friday, January 23, 2015
Hello World !
Berikut contoh program hello world dengan menggunakan Dev-C++
#include <iostream> using namespace std; int main () { cout << "Hello, World" ;return 0; }
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment