Created
February 18, 2022 09:32
-
-
Save maneeshaindrachapa/9c1c7570931c43dd781d30f2d184348d to your computer and use it in GitHub Desktop.
Difficulty - Tour California Application
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.explore.california.model; | |
public enum Difficulty { | |
Easy, Medium, Difficult, Varies; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment