void stampa_quadrato(int side, char fillCharacter) { // qui stampi il quadrato, con le varie printf }
stampa_quadrato(5, '@');