forked from careercup/CtCI-6th-Edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1018 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "php"]
path = php
url = https://github.com/careercup/CtCI-6th-Edition-php.git
[submodule "cpp"]
path = cpp
url = https://github.com/careercup/CtCI-6th-Edition-cpp.git
[submodule "Clojure"]
path = Clojure
url = https://github.com/careercup/CtCI-6th-Edition-Clojure.git
[submodule "Groovy"]
path = Groovy
url = https://github.com/careercup/CtCI-6th-Edition-Groovy.git
[submodule "Python"]
path = Python
url = https://github.com/careercup/CtCI-6th-Edition-Python.git
[submodule "Swift"]
path = Swift
url = https://github.com/careercup/CtCI-6th-Edition-Swift.git
[submodule "Haskell"]
path = Haskell
url = https://github.com/careercup/CtCI-6th-Edition-Haskell.git
[submodule "JavaScript"]
path = JavaScript
url = https://github.com/careercup/CtCI-6th-Edition-JavaScript.git
[submodule "JavaScript-ES2015"]
path = JavaScript-ES2015
url = https://github.com/careercup/CtCI-6th-Edition-JavaScript-ES2015.git
[submodule "Go"]
path = Go
url = https://github.com/careercup/CtCI-6th-Edition-Go.git