Created
August 19, 2018 21:30
-
-
Save enkot/988d63a3875e9e77abf8f4b18709f4db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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