File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
interest-is-interesting/.meta
international-calling-connoisseur/.meta Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"blurb" : " TODO: add blurb for interest-is-interesting exercise" ,
3
3
"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
+ }
5
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ }
4
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ }
4
9
}
You can’t perform that action at this time.
0 commit comments