From 7c9c39f1e892d69dd95a4b60a6059e3bd6125d0e Mon Sep 17 00:00:00 2001 From: Auguste FLEURY Date: Thu, 16 May 2024 11:11:24 +0200 Subject: [PATCH] :green_heart: --- script/script.ino | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/script/script.ino b/script/script.ino index eaed073..3f42886 100644 --- a/script/script.ino +++ b/script/script.ino @@ -77,8 +77,7 @@ void setup() { -void add() -{ +void add(){ visiteurs++; actuel++; @@ -101,8 +100,7 @@ void add() } -void substract() -{ +void substract(){ if (actuel != 0) { actuel--;