Advertisement
OKIEWARDOYO

C++ No.17.2

Mar 3rd, 2014
1,942
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. #include <iostream>
  2. #include "metu.h"
  3. using namespace std;
  4.  
  5. //ini definition
  6. void HelloWorld::sayHello(){
  7.     cout << "MediaTutorial Hello World!!" << endl;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement