This commit is contained in:
Lorenzo Bianchi 2023-05-14 22:13:42 +02:00
parent c2fe909319
commit e8606a18bd
2 changed files with 3 additions and 1 deletions

View File

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

View File

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