From e0b477c4296345c215b8a4c972e2e442c41bd4cb Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Wed, 25 Sep 2019 11:33:26 +0200 Subject: [PATCH] corrected typo --- base_2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_2.md b/base_2.md index 813d1de..e686d37 100644 --- a/base_2.md +++ b/base_2.md @@ -124,7 +124,7 @@ int max(int a, int b) { int main() { int c = max(4, 5); } - ``` +``` # Les fonctions (3/N) -- GitLab