Skip to content

Instantly share code, notes, and snippets.

@maneeshaindrachapa
Created February 18, 2022 09:32
Show Gist options
  • Save maneeshaindrachapa/9c1c7570931c43dd781d30f2d184348d to your computer and use it in GitHub Desktop.
Save maneeshaindrachapa/9c1c7570931c43dd781d30f2d184348d to your computer and use it in GitHub Desktop.
Difficulty - Tour California Application
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