Sha256: fd2665a86d87daced7aaa23681e688346942991504e601d6eed0a57ee1b266a9
Contents?: true
Size: 579 Bytes
Versions: 39
Compression:
Stored size: 579 Bytes
Contents
import java.util.List; public class KindergartenGarden { public KindergartenGarden(String garden, String[] students) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } public KindergartenGarden(String garden) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } public List<Plant> getPlantsOfStudent(String student) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
39 entries across 39 versions & 1 rubygems