October 10, 2015OOP(C++)admin #include<iostream> using namespace std; int main() { cout<<"Hello World"; return 0; }