Browse Source

6th functional commit

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
5b0b6cbc5d
  1. 5
      src/wwm.c

5
src/wwm.c

@ -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;
}
Loading…
Cancel
Save