Advertisement
Josif_tepe

Untitled

Mar 23rd, 2025
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int presmetaj() {
  5.     return 5;
  6. }
  7.  
  8. int main() {
  9.     int x = presmetaj();
  10.    
  11.     cout << x << endl;
  12.    
  13.     return 0;
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement