From 9438a918a3ca2ecc73ce9162686fd539a5045969 Mon Sep 17 00:00:00 2001 From: Bee Date: Sat, 7 Feb 2026 15:31:29 +0100 Subject: [PATCH] docs: add quick build note --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 296a2c3..698b1d1 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,13 @@ Ce dépôt contient des solutions et essais pour des défis Codingame. ## Contenu - `legends-of-code-and-magic-marathon/` : solution F# pour le challenge [**Legends of Code and Magic (Marathon)**](legends-of-code-and-magic-marathon/Readme.md). + +## Construction rapide + +Depuis la racine du dépôt : + +```bash +dotnet build legends-of-code-and-magic-marathon/legends-of-code-and-magic-marathon.fsproj +``` + +> Les solutions Codingame lisent généralement l'entrée sur `stdin`. Pour exécuter localement, vous pouvez rediriger un fichier d'entrée (ex. `dotnet run --project < input.txt`).