Advertisement
Josif_tepe

Untitled

May 7th, 2021
118
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.  
  3. using namespace std;
  4.  
  5. void pecati() {
  6.    cout << "Sreken Leten Raspust" << endl;
  7. }
  8.  
  9. int main()
  10. {
  11.     pecati();
  12.     return 0;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement