@ -47,8 +47,8 @@ void Umgebung(char str[N][N]){
else {str[i][j]= ' ';
realU[i][j]=0;
realU[1][1]=1;
realU[1][2]=1;
realU[1][3]=1;
realU[1][2]=2;
realU[1][3]=3;
realU[1][4]=4;
printf("%c",str[i][j]);
printf("%d",realU[i][j]);