non so cosa sto commitando

This commit is contained in:
Edi De Candido 2023-05-14 22:18:27 +02:00
commit cdc14ee0e7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Elaborato_SO
Lore iper ghei
Tia iper ghei++

View File

@ -10,6 +10,10 @@ int main(int argc, char *argv[]){
input_server_t input = check_input(argc, argv);
int shmBoardid = getShmid();
tile_t *board = shmServerAt(shmBoardid);
return 0;
}