Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Add (empty) stub files for all exercises that didn't yet have them.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 18, 2021
1 parent 0135bc5 commit 80f5078
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/binary-search-tree/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"authors": [],
"files": {
"solution": [
"src/{snake_slug}.cljs"
"src/binary_search_tree.cljs"
],
"test": [
"test/{snake_slug}_test.cljs"
"test/binary_search_tree_test.cljs"
],
"example": [
"src/example.cljs"
Expand Down
4 changes: 2 additions & 2 deletions exercises/practice/binary-search/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"authors": [],
"files": {
"solution": [
"src/{snake_slug}.cljs"
"src/binary_search.cljs"
],
"test": [
"test/{snake_slug}_test.cljs"
"test/binary_search_test.cljs"
],
"example": [
"src/example.cljs"
Expand Down
6 changes: 3 additions & 3 deletions exercises/practice/matching-brackets/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"authors": [],
"files": {
"solution": [
"src/{snake_slug}.cljs"
"src/matching_brackets.cljs"
],
"test": [
"test/{snake_slug}_test.cljs"
"test/matching_brackets_test.cljs"
],
"example": [
"src/example.clj"
"src/example.cljs"
]
},
"source": "Ginna Baker"
Expand Down
4 changes: 2 additions & 2 deletions exercises/practice/pascals-triangle/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"authors": [],
"files": {
"solution": [
"src/{snake_slug}.cljs"
"src/pascals_triangle.cljs"
],
"test": [
"test/{snake_slug}_test.cljs"
"test/pascals_triangle_test.cljs"
],
"example": [
"src/example-traditional.cljs",
Expand Down

0 comments on commit 80f5078

Please sign in to comment.