ソースを参照

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'