Explorar el Código

Merge pull request #249 from exercism/add-missing-module-info

Make root gradle project aware of binary-search again
John Ryan hace 9 años
padre
commit
4228c02f3a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      exercises/settings.gradle

+ 1
- 0
exercises/settings.gradle Ver fichero

@@ -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'