From 51d98af1719a14bb45f7455354a8455189545ab9 Mon Sep 17 00:00:00 2001 From: MSilva95 Date: Wed, 30 Oct 2019 14:41:39 +0000 Subject: [PATCH] add parentesis to max readme --- subjects/max.en.md | 2 +- subjects/max.fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/max.en.md b/subjects/max.en.md index 0b803dd76..0c79b5e74 100644 --- a/subjects/max.en.md +++ b/subjects/max.en.md @@ -27,7 +27,7 @@ import ( func main() { arrInt := []int{23, 123, 1, 11, 55, 93} max := piscine.Max(arrInt) - fmt.Println(max + fmt.Println(max) } ``` diff --git a/subjects/max.fr.md b/subjects/max.fr.md index 7c1ea7d5a..a284d06e6 100644 --- a/subjects/max.fr.md +++ b/subjects/max.fr.md @@ -27,7 +27,7 @@ import ( func main() { arrInt := []int{23, 123, 1, 11, 55, 93} max := piscine.Max(arrInt) - fmt.Println(max + fmt.Println(max) } ```