For the for loop exercise in kotlin koans, how can...
# getting-started
v
For the for loop exercise in kotlin koans, how can I make the dateRange class implement an Iterable? Isn't an Iterable another class?