You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/practice/accumulate/.meta/config.json
+4-12
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
{
2
-
"authors": [
3
-
"geofflane"
4
-
],
2
+
"authors": ["geofflane"],
5
3
"contributors": [
6
4
"AndreaCrotti",
7
5
"canweriotnow",
@@ -14,15 +12,9 @@
14
12
"yurrriq"
15
13
],
16
14
"files": {
17
-
"solution": [
18
-
"src/accumulate.clj"
19
-
],
20
-
"test": [
21
-
"test/accumulate_test.clj"
22
-
],
23
-
"example": [
24
-
".meta/src/example.clj"
25
-
]
15
+
"solution": ["src/accumulate.clj"],
16
+
"test": ["test/accumulate_test.clj"],
17
+
"example": [".meta/example.clj"]
26
18
},
27
19
"blurb": "Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.",
28
20
"source": "Conversation with James Edward Gray II",
0 commit comments