diff options
author | jacopograndi <jacopo.grandi@outlook.it> | 2022-03-21 13:39:10 +0100 |
---|---|---|
committer | jacopograndi <jacopo.grandi@outlook.it> | 2022-03-21 13:39:10 +0100 |
commit | 29abb34c184e0b37213c5908101d6798c85fd344 (patch) | |
tree | 2a4c1cd2e78e40fc630d71760369fdf2041f1fcf | |
parent | b5c7fc788c318ce188ff37e7a3530f4a5b57dd1b (diff) |
fix
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d62e986 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "2020/day01"] + path = 2020/day01 + url = ./2020/day01 |