common/exercises/leap/description.md in trackler-2.1.0.18 vs common/exercises/leap/description.md in trackler-2.1.0.19
- old
+ new
@@ -1,4 +1,6 @@
+Given a year, report if it is a leap year.
+
The tricky thing here is that a leap year in the Gregorian calendar occurs:
```plain
on every year that is evenly divisible by 4
except every year that is evenly divisible by 100