forked from exercism/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.toml
More file actions
46 lines (34 loc) · 1.4 KB
/
tests.toml
File metadata and controls
46 lines (34 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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.
[924fc966-a8f5-4288-82f2-6b9224819ccd]
description = "no factors"
[17e30670-b105-4305-af53-ddde182cb6ad]
description = "prime number"
[238d57c8-4c12-42ef-af34-ae4929f94789]
description = "another prime number"
[f59b8350-a180-495a-8fb1-1712fbee1158]
description = "square of a prime"
[756949d3-3158-4e3d-91f2-c4f9f043ee70]
description = "product of first prime"
[bc8c113f-9580-4516-8669-c5fc29512ceb]
description = "cube of a prime"
[7d6a3300-a4cb-4065-bd33-0ced1de6cb44]
description = "product of second prime"
[073ac0b2-c915-4362-929d-fc45f7b9a9e4]
description = "product of third prime"
[6e0e4912-7fb6-47f3-a9ad-dbcd79340c75]
description = "product of first and second prime"
[00485cd3-a3fe-4fbe-a64a-a4308fc1f870]
description = "product of primes and non-primes"
[02251d54-3ca1-4a9b-85e1-b38f4b0ccb91]
description = "product of primes"
[070cf8dc-e202-4285-aa37-8d775c9cd473]
description = "factors include a large prime"