From c4659c5dc6b57171d65afa7c7bcaed45b6d58127 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Cl=C3=A9ment=20Bailly?=
 <clement.bailly3@etu.univ-lorraine.fr>
Date: Mon, 10 Feb 2025 14:21:30 +0100
Subject: [PATCH] add src directory + rename README.md + modify README.txt +
 deleted main.ts + .gitignore

---
 README.md  | 1 -
 README.txt | 2 ++
 main.ts    | 2 --
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 100644 README.md
 create mode 100644 README.txt
 delete mode 100644 main.ts

diff --git a/README.md b/README.md
deleted file mode 100644
index e4315bb..0000000
--- a/README.md
+++ /dev/null
@@ -1 +0,0 @@
-Cours Git
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..8a87f9a
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,2 @@
+Cours Git
+Hello World
diff --git a/main.ts b/main.ts
deleted file mode 100644
index 4b8700c..0000000
--- a/main.ts
+++ /dev/null
@@ -1,2 +0,0 @@
-console.log("Hello, world!");
-console.log(Hello Git);
-- 
GitLab