From d10013be15278ff00238a68b44aefcb480e16063 Mon Sep 17 00:00:00 2001
From: BOGUET <thomas.boguet1@etu.univ-lorraine.fr>
Date: Sun, 9 Mar 2025 15:53:58 +0100
Subject: [PATCH] rajouter de fichier ts

---
 qualdev/compte_rendu.txt | 4 +++-
 src/helloworld.ts        | 0
 src/io.ts                | 0
 3 files changed, 3 insertions(+), 1 deletion(-)
 create mode 100644 src/helloworld.ts
 create mode 100644 src/io.ts

diff --git a/qualdev/compte_rendu.txt b/qualdev/compte_rendu.txt
index 0ff86f6..8d8a986 100644
--- a/qualdev/compte_rendu.txt
+++ b/qualdev/compte_rendu.txt
@@ -123,5 +123,7 @@ git status
 Cela m’a montré que ma branche locale était bien à jour avec le dépôt distant. 
 Ensuite, pour vérifier les différences entre les branches locales et distantes, j’ai utilisé :
 
-git diff origin/main
+git diff
+
+
 
diff --git a/src/helloworld.ts b/src/helloworld.ts
new file mode 100644
index 0000000..e69de29
diff --git a/src/io.ts b/src/io.ts
new file mode 100644
index 0000000..e69de29
-- 
GitLab