Advertisement
Josif_tepe

Untitled

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