neogz

~F- Hello world!

Dec 14th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. using namespace std;
  4.  
  5. void ispisiPoruku();
  6.  
  7. int main() {
  8.    
  9.     ispisiPoruku();
  10.  
  11.     system("pause>nul");
  12.     return 0;
  13. }
  14.  
  15. void ispisiPoruku(){
  16.     cout << "Hello world! ";
  17. }
Advertisement
Add Comment
Please, Sign In to add comment