halo pemrograman dunia

#include <iostream>
using namespaces std;
int main()
{
cout << "Hello World";
return 0;
}
Open Orangutan