Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <time.h>
  3. int main (){
  4. srand ( time ( NULL )) ;
  5. printf ( "%d" , rand () %10) ;
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement