Skip to content

Instantly share code, notes, and snippets.

@enkot
Created August 19, 2018 21:30
Show Gist options
  • Save enkot/988d63a3875e9e77abf8f4b18709f4db to your computer and use it in GitHub Desktop.
Save enkot/988d63a3875e9e77abf8f4b18709f4db to your computer and use it in GitHub Desktop.
class Main {
public static void main(String[] args) throws IOException {
FileReader file = new FileReader("C:\\test\\a.txt");
// ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment