Commit 892f922e by Patryk Czarnik

csv

parent 09a290b3
......@@ -40,7 +40,7 @@ public class WczytajSprzedaz2 {
Opakowanie<List<Transakcja>> wynik = Opakowanie.empty();
System.out.println("\nczytam");
File plik = new File("sprzedaz_100.txt");
File plik = new File("sprzedaz_100.csv");
Pomiary.zmierzCzasDzalania(() -> {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment