Advertisement
Oeska

Untitled

Apr 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. import java.io.File;
  2.  
  3. public class Start {
  4.  
  5.     public static void main(String[] args) {
  6.  
  7.         File soubor = new File("dlouhy.log");
  8.  
  9.         ZpracovaniSouboru.zpracovani(soubor);
  10.  
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement