Premier commit

This commit is contained in:
2025-04-14 12:00:00 +02:00
commit 4c33d81d95
606 changed files with 67995 additions and 0 deletions

7
bookInfo.js Normal file
View File

@@ -0,0 +1,7 @@
const bookInfo = {
titre: "Les Misérables",
auteur: "Victor Hugo",
genre: "Roman historique",
};
module.exports = bookInfo;