Correzioni minori a Purse

This commit is contained in:
Giacomo R. 2023-01-10 20:55:34 +01:00
parent 8a4128ab0b
commit 3976ba00c8
1 changed files with 1 additions and 1 deletions

View File

@ -140,4 +140,4 @@ public class Purse {
public String toString() {
return "Purse" + coins.toString();
}
}
}