diff options
author | Julien Dessaux | 2021-10-07 18:24:48 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-07 18:24:48 +0200 |
commit | 8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793 (patch) | |
tree | a7e25e3025f4edd569eed9d08cf030d1b08756af /.gitmodules | |
parent | Fixed tricky field loading bug (diff) | |
download | nimfunge98-8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793.tar.gz nimfunge98-8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793.tar.bz2 nimfunge98-8daf3d58fc8d989940ed8f8a96dd3a93fe8c0793.zip |
Added submodules with the spec and the mycology test suite
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..efdb3a1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "spec"] + path = spec + url = https://github.com/catseye/Funge-98 +[submodule "mycology"] + path = mycology + url = https://github.com/Deewiant/Mycology |