Advertisement
LegoDrifter

Kole assignment

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