aboutsummaryrefslogtreecommitdiff
path: root/Genre.java
diff options
context:
space:
mode:
Diffstat (limited to 'Genre.java')
-rw-r--r--Genre.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/Genre.java b/Genre.java
new file mode 100644
index 0000000..13fbe3e
--- /dev/null
+++ b/Genre.java
@@ -0,0 +1,3 @@
+public enum Genre {
+ JAZZ, CLASSICAL, HIPHOP, ROCK, POP, RAP
+}