Réorganisation du projet, les exercices sont contenus dans des directories dédiés

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

View File

@@ -0,0 +1,9 @@
{
"all": true,
"check-coverage": false,
"reporter": ["text-summary", "text", "html", "json"],
"exclude": [
"coverage",
"test"
]
}