|
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
| 11 | + |
| 12 | +[6466b30d-519c-438e-935d-388224ab5223] |
| 13 | +description = "year not divisible by 4 in common year" |
| 14 | + |
| 15 | +[ac227e82-ee82-4a09-9eb6-4f84331ffdb0] |
| 16 | +description = "year divisible by 2, not divisible by 4 in common year" |
| 17 | + |
| 18 | +[4fe9b84c-8e65-489e-970b-856d60b8b78e] |
| 19 | +description = "year divisible by 4, not divisible by 100 in leap year" |
| 20 | + |
| 21 | +[7fc6aed7-e63c-48f5-ae05-5fe182f60a5d] |
| 22 | +description = "year divisible by 4 and 5 is still a leap year" |
| 23 | + |
| 24 | +[78a7848f-9667-4192-ae53-87b30c9a02dd] |
| 25 | +description = "year divisible by 100, not divisible by 400 in common year" |
| 26 | + |
| 27 | +[9d70f938-537c-40a6-ba19-f50739ce8bac] |
| 28 | +description = "year divisible by 100 but not by 3 is still not a leap year" |
| 29 | + |
| 30 | +[42ee56ad-d3e6-48f1-8e3f-c84078d916fc] |
| 31 | +description = "year divisible by 400 is leap year" |
| 32 | + |
| 33 | +[57902c77-6fe9-40de-8302-587b5c27121e] |
| 34 | +description = "year divisible by 400 but not by 125 is still a leap year" |
| 35 | + |
| 36 | +[c30331f6-f9f6-4881-ad38-8ca8c12520c1] |
| 37 | +description = "year divisible by 200, not divisible by 400 in common year" |
0 commit comments