Advertisement
Josif_tepe

Untitled

Nov 19th, 2023
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3.  
  4. int main () {
  5.     for(int i = 1; i <= 10; i++) {
  6.         printf("%d ", i);
  7.     }
  8.  
  9.  
  10. return 0;
  11.  
  12. }
  13.  
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement