Skip to content

Instantly share code, notes, and snippets.

@gordinmitya
Created November 11, 2019 17:10
Show Gist options
  • Save gordinmitya/26f0b803ab939386c0487a8436128257 to your computer and use it in GitHub Desktop.
Save gordinmitya/26f0b803ab939386c0487a8436128257 to your computer and use it in GitHub Desktop.
package ru.gordinmitya;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.*;
public class Main {
public static void main(String[] args) throws FileNotFoundException {
Scanner scanner = new Scanner(new File("asd.txt"));
scanner.close();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment