Java
This commit is contained in:
13
DEV1.1/CM3/blague.c
Normal file
13
DEV1.1/CM3/blague.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include<stdlib.h>
|
||||
#include<stdio.h>
|
||||
#include<time.h>
|
||||
|
||||
int main(void) {
|
||||
srand(time(NULL));
|
||||
if (rand()%2) {
|
||||
printf("Ϳоie !\n");
|
||||
} else {
|
||||
printf("Désespoir !\n");
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Reference in New Issue
Block a user