Skip to content

Commit

Permalink
Implementa um pause antes de finalizar a aplicação
Browse files Browse the repository at this point in the history
  • Loading branch information
Niemietz committed Jan 13, 2021
1 parent 23a019e commit 30ca18f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/niemietz/JogoDaVelha.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public static void main(String[] args) {
exibirJogoDesenhado(campo);
System.out.println("Xiii, deu velha! :/");
}

scanner.nextLine();
}

/**
Expand Down

0 comments on commit 30ca18f

Please sign in to comment.