@ -1,3 +1,4 @@
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include "wwm.h"
@ -26,6 +27,10 @@ void wwm(){
3, 2, 1
};
srand(time(0));
int frage = rand() % 5;
return;
}