Преглед изворни кода

Make root gradle project aware of binary-search again

Stuart Kent пре 9 година
родитељ
комит
822549a87b
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      exercises/settings.gradle

+ 1
- 0
exercises/settings.gradle Прегледај датотеку

@@ -6,6 +6,7 @@ include 'anagram'
6 6
 include 'atbash-cipher'
7 7
 include 'beer-song'
8 8
 include 'binary'
9
+include 'binary-search'
9 10
 include 'binary-search-tree'
10 11
 include 'bob'
11 12
 include 'bracket-push'