-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 732 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "StaticArrayInC"]
path = StaticArrayInC
url = https://github.com/rafaelfigueredog/StaticArrayInC.git
[submodule "DynamicArrayInC"]
path = DynamicArrayInC
url = https://github.com/rafaelfigueredog/DynamicArrayInC.git
[submodule "HashTableInC"]
path = HashTableInC
url = https://github.com/rafaelfigueredog/HashTableInC.git
[submodule "QueueInC"]
path = QueueInC
url = https://github.com/rafaelfigueredog/QueueInC.git
[submodule "StackInC"]
path = StackInC
url = https://github.com/rafaelfigueredog/StackInC.git
[submodule "LinkedListInC"]
path = LinkedListInC
url = https://github.com/rafaelfigueredog/LinkedListInC.git
[submodule "Bitmap"]
path = Bitmap
url = https://github.com/rafaelfigueredog/Bitmap.git