Skip to content
Snippets Groups Projects
Commit b7f45386 authored by Camille Okubo's avatar Camille Okubo
Browse files

Push + merge

parent b4b2e016
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ class Main {
LocalDateTime timeBeforeAttack = LocalDateTime.now();
int attackTime = 8 - (int)(5 * rand.nextDouble()); //A garder au début de la boucle
// Affiche un message lors d'un input non répertorié
if(!input.validInput()){
System.out.println("Error input invalid");
input.setInput(in.nextLine());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment