forked from exercism/php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
102 additions
and
65 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# This is an auto-generated file. | ||
# | ||
# Regenerating this file via `configlet sync` will: | ||
# - Recreate every `description` key/value pair | ||
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications | ||
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) | ||
# - Preserve any other key/value pair | ||
# | ||
# As user-added comments (using the # character) will be removed when this file | ||
# is regenerated, comments can be added via a `comment` key. | ||
|
||
[e0c08b07-9028-4d5f-91e1-d178fead8e1a] | ||
description = "puzzle with three letters" | ||
|
||
[a504ee41-cb92-4ec2-9f11-c37e95ab3f25] | ||
description = "solution must have unique value for each letter" | ||
|
||
[4e3b81d2-be7b-4c5c-9a80-cd72bc6d465a] | ||
description = "leading zero solution is invalid" | ||
|
||
[8a3e3168-d1ee-4df7-94c7-b9c54845ac3a] | ||
description = "puzzle with two digits final carry" | ||
|
||
[a9630645-15bd-48b6-a61e-d85c4021cc09] | ||
description = "puzzle with four letters" | ||
|
||
[3d905a86-5a52-4e4e-bf80-8951535791bd] | ||
description = "puzzle with six letters" | ||
|
||
[4febca56-e7b7-4789-97b9-530d09ba95f0] | ||
description = "puzzle with seven letters" | ||
|
||
[12125a75-7284-4f9a-a5fa-191471e0d44f] | ||
description = "puzzle with eight letters" | ||
|
||
[fb05955f-38dc-477a-a0b6-5ef78969fffa] | ||
description = "puzzle with ten letters" | ||
|
||
[9a101e81-9216-472b-b458-b513a7adacf7] | ||
description = "puzzle with ten letters and 199 addends" |
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