Skip to content

Commit d7120f2

Browse files
committed
feat: adds Weather.java
1 parent 2f98b21 commit d7120f2

File tree

1 file changed

+5
-0
lines changed
  • lesson_16/objects/objects_app/src/main/java/com/codedifferently/lesson16/evanphilakhong

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package com.codedifferently.lesson16.evanphilakhong;
2+
3+
public enum Weather {
4+
CLEAR, LIGHT_RAIN, HEAVY_RAIN
5+
}

0 commit comments

Comments
 (0)