From 94b2fd90553a37a7a59dc788a5d843e20cb13fb4 Mon Sep 17 00:00:00 2001 From: Margaux Haller <margaux.haller2@etu.univ-lorraine.fr> Date: Tue, 6 Feb 2024 08:57:59 +0100 Subject: [PATCH] add srci 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 4fa8b26..0000000 --- a/main.ts +++ /dev/null @@ -1,2 +0,0 @@ -console.log("Hello, world"); -console.log(Hello Git); -- GitLab