From 22b9e0b7580ddb85c1408be5fc7f90e57bf280e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicente=20Javier=20Viera=20Gu=C3=ADzar?= Date: Fri, 31 May 2024 20:50:23 -0600 Subject: [PATCH] My repo added as a submodule --- .gitmodules | 3 +++ MyLexYaccWork | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 MyLexYaccWork diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..24682cb0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "MyLexYaccWork"] + path = MyLexYaccWork + url = https://github.com/VicenteVieraG/Lex-Bison-activity-chatbot.git diff --git a/MyLexYaccWork b/MyLexYaccWork new file mode 160000 index 00000000..93c14949 --- /dev/null +++ b/MyLexYaccWork @@ -0,0 +1 @@ +Subproject commit 93c14949bdafda45620a07d4c2a87c4435a9f7ed