Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5.  
  6. package najdłuższadroga;
  7.  
  8. import java.io.FileNotFoundException;
  9.  
  10. /**
  11. *
  12. * @author Zuzia
  13. */
  14. public class Main {
  15.  
  16. /**
  17. * @param args the command line arguments
  18. */
  19. public static void main(String[] args) throws FileNotFoundException {
  20.  
  21. Wczytywanie w =new Wczytywanie();
  22. w.wczytajZpliku("test.txt");
  23. w.wypisz(w.mapa);
  24. // TODO code application logic here
  25. }
  26.  
  27. }
Add Comment
Please, Sign In to add comment