7 lines
60 B
C
7 lines
60 B
C
#include <stdlib.h>
|
|
|
|
|
|
int flip() {
|
|
return rand() % 2;
|
|
}
|