# Cerca utente
Un utente il cui username inizia per "abcd" dev'essere rimosso. Identifica il nome utente completo e scrivilo in `user.txt`.
Il checksum della soluzione è dato da
```bash
cat user.txt | sha1sum
```