anmazingn

This commit is contained in:
malloc 2019-02-06 15:27:24 -06:00
parent 01946f5d48
commit aede155430
3 changed files with 4 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/db/sqlite"]
path = src/db/sqlite
url = https://github.com/MallocNull/sqlite-amalgam.git

1
src/db/sqlite Submodule

@ -0,0 +1 @@
Subproject commit 24cc3639a7a16f99fb12bbd6b0d0d835b3bfcda1

View File

@ -3,6 +3,5 @@
int main(int argc, char** argv) {
return 0;
}