Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SAB-10 committed Oct 25, 2024
1 parent 783a501 commit b54f9a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/com/example/lab8/CustomList.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ public void deleteCity(City city) {
cities.remove(city);
}

public int countCities() {
return cities.size();
}

}

0 comments on commit b54f9a9

Please sign in to comment.