Skip to content

Commit

Permalink
Update Cadastrar.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanSmithll authored Nov 29, 2023
1 parent ba98139 commit e217137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appsConsole/Cadastrar.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public Cadastrar() {

try {
System.out.println("Agendando reunioes");
List<String> pessoas = Arrays.asList("Allan", "Márcio", "Claudio", "Wagner");
List<String> pessoas = Arrays.asList("Allan", "Marcio", "Claudio", "Wagner");
List<String> pessoas1 = Arrays.asList("Allan", "Wagner");
List<String> pessoas2 = Arrays.asList("Allan", "Marcio", "Claudio");
List<String> pessoas3 = Arrays.asList("Marcio", "Claudio");
Expand Down

0 comments on commit e217137

Please sign in to comment.