Skip to content

Commit 1e4caae

Browse files
committed
update imports in players file
1 parent f86b63b commit 1e4caae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Players.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
import java.io.*;
12
import java.util.ArrayList;
2-
import MyIo.OutText;
3+
import java.util.Arrays;
34

45
class Jogador {
56
private int id, altura, peso, anoNascimento;

0 commit comments

Comments
 (0)