Last active
January 3, 2020 10:37
-
-
Save igabice/35c8f79bd96dfb8c624924dc966d5198 to your computer and use it in GitHub Desktop.
data from YellowStoreFinder
This file contains 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
class YellowStore { | |
String name; | |
String opens; | |
String time; | |
Double distance_away; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment