resolution bug score dans le mode 1 mais bug dans le mode 2,3 et 4

This commit is contained in:
Lenny FOULOU
2024-11-30 13:33:16 +01:00
parent 7452d8ea7f
commit 0e6450f8c8
80 changed files with 48188 additions and 737 deletions

View File

@@ -11,6 +11,7 @@ SOURCEDIR = ./src/
SOURCES := $(shell find $(SOURCEDIR) -name '*.java')
all:
@make clean
@make compile
@make jar
@make run