Skip to content

Commit 1568568

Browse files
ErikSchierboombobbicodes
authored andcommitted
Add missing file paths in .meta/config.json
1 parent 366b309 commit 1568568

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"blurb": "TODO: add blurb for interest-is-interesting exercise",
33
"authors": ["porkostomus"],
4-
"forked_from": ["fsharp/interest-is-interesting"]
4+
"forked_from": ["fsharp/interest-is-interesting"],
5+
"files": {
6+
"solution": ["src/interest_is_interesting.clj"],
7+
"test": ["test/interest_is_interesting_test.clj"],
8+
"exemplar": [".meta/exemplar.clj"]
9+
}
510
}
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"blurb": "TODO: add blurb for international-calling-connoisseur exercise",
3-
"authors": ["porkostomus"]
3+
"authors": ["porkostomus"],
4+
"files": {
5+
"solution": ["src/dialing_codes.clj"],
6+
"test": ["test/dialing_codes_test.clj"],
7+
"exemplar": [".meta/exemplar.clj"]
8+
}
49
}
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
22
"blurb": "TODO: add blurb for squeaky-clean exercise",
3-
"authors": ["porkostomus"]
3+
"authors": ["porkostomus"],
4+
"files": {
5+
"solution": ["src/squeaky_clean.clj"],
6+
"test": ["test/squeaky_clean_test.clj"],
7+
"exemplar": [".meta/exemplar.clj"]
8+
}
49
}

0 commit comments

Comments
 (0)