ajout puit correction erreur
Some checks failed
rock-paper-scissors-jenkins/pipeline/head There was a failure building this commit

This commit is contained in:
2025-11-27 11:33:36 +01:00
parent cd612bd998
commit 417f0ffd7f

View File

@@ -3,7 +3,7 @@ package fr.iut_fbleau.info.but3.automation.rock_paper_scissors.play.domain;
public enum Move {
ROCK,
PAPER,
SCISSORS;
SCISSORS,
PUIT;
public boolean beats(Move other) {