commit bb497f12c88d2e3eb420b4140ef871741c8361cc Author: Abdelrahman Date: Fri Jul 19 21:56:08 2024 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8e10828 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.cache +compile_commands.json diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c0205e7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "intern/wapp"] + path = intern/wapp + url = https://git.thewizardapprentice.com/abdelrahman/wizapp-stdlib.git diff --git a/intern/wapp b/intern/wapp new file mode 160000 index 0000000..8ed372d --- /dev/null +++ b/intern/wapp @@ -0,0 +1 @@ +Subproject commit 8ed372d9388b65dd4d3651f8850a7a1f08d984de