Browse Source

1st functional commit

remotes/origin/Christian
Christian Reum 11 months ago
parent
commit
bb072b154c
  1. 9
      src/wwm.c

9
src/wwm.c

@ -0,0 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
#include "wwm.h"
void wwm(){
printf("Welcome to ´Who wants to be a millionaire?´ \n");
return;
}
Loading…
Cancel
Save