Seth 6 anos atrás
pai
commit
120bc7aa82
2 arquivos alterados com 0 adições e 1 exclusões
  1. BIN
      AliceandBob.class
  2. 0
    1
      AliceandBob.java

BIN
AliceandBob.class Ver arquivo


+ 0
- 1
AliceandBob.java Ver arquivo

@@ -15,7 +15,6 @@ public class AliceandBob {
15 15
         String name = input.nextLine();
16 16
 
17 17
         if (name.equals("Alice")) {
18
-
19 18
             System.out.println("Hi Alice!");
20 19
         } else if (name.equals("Bob")) {
21 20
             System.out.println("Hi Bob!");