diff --git a/hw02_starkova/pom.xml b/hw02_starkova/pom.xml
new file mode 100644
index 0000000..5f8c5ad
--- /dev/null
+++ b/hw02_starkova/pom.xml
@@ -0,0 +1,39 @@
+
+
+ 4.0.0
+
+ ru.spbau.aastarkova
+ JavaHomeworks
+ 1.0-SNAPSHOT
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.8
+ 1.8
+
+
+
+
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+ com.google.guava
+ guava
+ 19.0
+ test
+
+
+
+
+
\ No newline at end of file
diff --git a/hw02_starkova/src/main/java/ru/spbau/mit/Album.java b/hw02_starkova/src/main/java/ru/spbau/mit/Album.java
new file mode 100644
index 0000000..02e999f
--- /dev/null
+++ b/hw02_starkova/src/main/java/ru/spbau/mit/Album.java
@@ -0,0 +1,29 @@
+package ru.spbau.mit;
+
+import java.util.Arrays;
+import java.util.List;
+
+public class Album {
+
+ private final String name;
+ private final List