Browse Source

2nd functional commit

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
cc3f3de54b
  1. 8
      src/wwm.c

8
src/wwm.c

@ -2,8 +2,14 @@
#include <stdlib.h>
#include "wwm.h"
int runde = 0;
int geld = 0;
int aktuellGeld = 0;
void wwm(){
printf("Welcome to ´Who wants to be a millionaire?´ \n");
return;
printf("You are at stage %d and have %d $\n", runde, geld);
return;
}
Loading…
Cancel
Save