push test

This commit is contained in:
Lorenzo Bianchi 2023-04-21 10:45:10 +02:00
parent 2b986e03de
commit 03b227e32b
4 changed files with 1 additions and 1 deletions

BIN
a.out

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -94,7 +94,7 @@ void printLab(Labyrinth* labyrinth){
void printLabWith(Labyrinth* labyrinth, char wall, char floor, char corner){
int i, j;
system("clear");
// system("clear");
for(j=0; j<labyrinth->y_size; j++){
printf("%c%c", corner, floor);