acp/assets/cercautente/README.md

11 lines
218 B
Markdown
Raw Permalink Normal View History

2023-03-31 11:10:14 +02:00
# Cerca utente
2023-03-31 12:39:28 +02:00
Un utente il cui username inizia per "abcd" dev'essere rimosso. Identifica il nome utente completo e scrivilo in `user.txt`.
2023-03-31 11:10:14 +02:00
Il checksum della soluzione è dato da
```bash
cat user.txt | sha1sum
```