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

6
app.js Normal file
View File

@@ -0,0 +1,6 @@
const bookInfo = require('./bookInfo');
console.log("Détails du livre :");
console.log(`Titre : ${bookInfo.titre}`);
console.log(`Auteur : ${bookInfo.auteur}`);
console.log(`Genre : ${bookInfo.genre}`);