Advertisement
Josif_tepe

Untitled

Nov 12th, 2022
820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. int main() {
  5.     int x = 10;
  6.    
  7.     if (x > 5) {
  8.         printf("Brojot e pogolem od 5\n");
  9.     }
  10.    
  11.     printf("dasjdkas");
  12.    
  13.     return 0;
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement