From afa959acf231fb4d4bda18c90a12941aff0f3a82 Mon Sep 17 00:00:00 2001 From: timgir Date: Fri, 30 Sep 2022 19:47:03 +0200 Subject: [PATCH] correction d'une coquille --- FRENCH/src/ch01-02-hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FRENCH/src/ch01-02-hello-world.md b/FRENCH/src/ch01-02-hello-world.md index 0bf7081ccf..eb663f8a99 100644 --- a/FRENCH/src/ch01-02-hello-world.md +++ b/FRENCH/src/ch01-02-hello-world.md @@ -184,7 +184,7 @@ Hello, world! On Windows, enter the command `.\main.exe` instead of `./main`: --> -Sur Windows, écrivez la commande `.\main.exe` à la place de `.\main` : +Sur Windows, écrivez la commande `.\main.exe` à la place de `./main` :