Browse Source

Definiere Feldgröße

main^2
fdai7726 11 months ago
committed by Peter Wiebe
parent
commit
a7f04e3ddf
  1. 4
      src/main/c/VierGewinnt.c

4
src/main/c/VierGewinnt.c

@ -1,3 +1,7 @@
//Importiere wichtige Bibliotheken //Importiere wichtige Bibliotheken
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
//Definiere Feldgröße
#define ROWS 6
#define COLS 7
Loading…
Cancel
Save