Skip to content

Commit 617f843

Browse files
committed
Syncing toml file
1 parent 0539714 commit 617f843

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed
Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# This is an auto-generated file. Regular comments will be removed when this
2-
# file is regenerated. Regenerating will not touch any manually added keys,
3-
# so comments can be added in a "comment" key.
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.
411

512
[1035eb93-2208-4c22-bab8-fef06769a73c]
613
description = "List of scores"
@@ -12,16 +19,28 @@ description = "Latest score"
1219
description = "Personal best"
1320

1421
[3d996a97-c81c-4642-9afc-80b80dc14015]
15-
description = "Personal top three from a list of scores"
22+
description = "Top 3 scores -> Personal top three from a list of scores"
1623

1724
[1084ecb5-3eb4-46fe-a816-e40331a4e83a]
18-
description = "Personal top highest to lowest"
25+
description = "Top 3 scores -> Personal top highest to lowest"
1926

2027
[e6465b6b-5a11-4936-bfe3-35241c4f4f16]
21-
description = "Personal top when there is a tie"
28+
description = "Top 3 scores -> Personal top when there is a tie"
2229

2330
[f73b02af-c8fd-41c9-91b9-c86eaa86bce2]
24-
description = "Personal top when there are less than 3"
31+
description = "Top 3 scores -> Personal top when there are less than 3"
2532

2633
[16608eae-f60f-4a88-800e-aabce5df2865]
27-
description = "Personal top when there is only one"
34+
description = "Top 3 scores -> Personal top when there is only one"
35+
36+
[2df075f9-fec9-4756-8f40-98c52a11504f]
37+
description = "Top 3 scores -> Latest score after personal top scores"
38+
39+
[809c4058-7eb1-4206-b01e-79238b9b71bc]
40+
description = "Top 3 scores -> Scores after personal top scores"
41+
42+
[ddb0efc0-9a86-4f82-bc30-21ae0bdc6418]
43+
description = "Top 3 scores -> Latest score after personal best"
44+
45+
[6a0fd2d1-4cc4-46b9-a5bb-2fb667ca2364]
46+
description = "Top 3 scores -> Scores after personal best"

0 commit comments

Comments
 (0)