master
Auguste FLEURY 1 year ago
parent 304b1e4182
commit 7c9c39f1e8

@ -77,8 +77,7 @@ void setup() {
void add() void add(){
{
visiteurs++; visiteurs++;
actuel++; actuel++;
@ -101,8 +100,7 @@ void add()
} }
void substract() void substract(){
{
if (actuel != 0) if (actuel != 0)
{ {
actuel--; actuel--;

Loading…
Cancel
Save