ProgLab3
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package food;
|
||||
|
||||
public enum Color {WHITE, YELLOW, PURPLE, ORANGE, CRIMSON, BLACK, PINK, RED, GREEN}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
package food;
|
||||
|
||||
public enum Color {WHITE, YELLOW, PURPLE, ORANGE, CRIMSON, BLACK, PINK, RED, GREEN}
|
||||