forked from exercism/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (45 loc) · 895 Bytes
/
config.json
File metadata and controls
45 lines (45 loc) · 895 Bytes
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
{
"authors": [],
"contributors": [
"c-thornton",
"FridaTveit",
"jackattack24",
"jmluy",
"jmrunkle",
"jtigger",
"kytrinyx",
"lemoncurry",
"LuLechuan",
"matthewmorgan",
"mirkoperillo",
"msomji",
"muzimuzhi",
"PaulNoth",
"rohit1104",
"sjwarner-bp",
"SleeplessByte",
"Smarticles101",
"sshine",
"stkent",
"vdemeester",
"Zaldrick",
"Zhiyuan-Amos"
],
"files": {
"solution": [
"src/main/java/Atbash.java"
],
"test": [
"src/test/java/AtbashTest.java"
],
"example": [
".meta/src/reference/java/Atbash.java"
],
"invalidator": [
"build.gradle"
]
},
"blurb": "Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/Atbash"
}