display results

This commit is contained in:
Capelier-Marla 2022-12-14 14:56:27 +01:00
parent 2834168b14
commit b1bdc05ae5

View File

@ -71,5 +71,14 @@ public class Main {
break;
}
}
for (int i = packets.size(); i-- > 0; ) {
System.out.printf("%s - %s/%s %s%n\t%s%n",
i,
packets.get(i).getRepo(),
packets.get(i).getName(),
packets.get(i).getVersion(),
packets.get(i).getDescription());
}
}
}