Update .2

This commit is contained in:
he_who_remains 2025-11-07 11:01:29 +01:00
parent 415e32c78d
commit 90f59f1cc0

2
.2
View file

@ -5,7 +5,7 @@ public class Main
System.out.println("Insert password:"); System.out.println("Insert password:");
Scanner scanner = new Scanner(System.in); Scanner scanner = new Scanner(System.in);
String pass = scanner.nextLine(); String pass = scanner.nextLine();
if (nome.equals("1234")) { if (pass.equals("1234")) {
System.out.println("Insert op code: "); System.out.println("Insert op code: ");
System.out.println("(1) General"); System.out.println("(1) General");