From f4cfe5549a5b0811d26cc69b278d136203763594 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 15:13:29 +0100 Subject: [PATCH] feat: add exo.ts + modify README.txt --- README.txt | 1 + src/exo.ts | 0 2 files changed, 1 insertion(+) create mode 100644 src/exo.ts diff --git a/README.txt b/README.txt index 8a87f9a..52bb146 100644 --- a/README.txt +++ b/README.txt @@ -1,2 +1,3 @@ Cours Git Hello World +Ceci est un fichier d'exercice diff --git a/src/exo.ts b/src/exo.ts new file mode 100644 index 0000000..e69de29 -- GitLab