Kimes

Untitled

Oct 23rd, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1. import java.io.IOException;
  2. import java.nio.file.Paths;
  3. import java.util.Scanner;
  4. public class test1 {
  5.  
  6.     public static void main(String[] args) throws IOException {
  7.  
  8.         Scanner in = new Scanner(Paths.get("c:\\Użytkownicy\\Kimeey\\Pulpit\\test.txt"));
  9.        
  10.        
  11.         System.out.println(in);
  12.     }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment