#include #include int main(void){ srand(time(0)); printf("%d\n", rand()%10); //Juhuarv 0..9 return 0; }