From 0dd48133edc93b6257224c30c18fee1b3a78c2b2 Mon Sep 17 00:00:00 2001 From: Tibo Date: Wed, 30 Apr 2025 19:41:20 +0000 Subject: [PATCH] Initial commit --- README.md | 1 + doc/README.md | 1 + etc/README.md | 1 + src/README.md | 1 + 4 files changed, 4 insertions(+) create mode 100644 README.md create mode 100644 doc/README.md create mode 100644 etc/README.md create mode 100644 src/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..28d0bfe --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Projet Cégep de Matane diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..bd4a636 --- /dev/null +++ b/doc/README.md @@ -0,0 +1 @@ +Ce dossier contient les fichiers de documentation. diff --git a/etc/README.md b/etc/README.md new file mode 100644 index 0000000..088796a --- /dev/null +++ b/etc/README.md @@ -0,0 +1 @@ +Ce dossier contient les fichiers de configuration. diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..5909043 --- /dev/null +++ b/src/README.md @@ -0,0 +1 @@ +Ce dossier contient le code source.