Skip to content

Instantly share code, notes, and snippets.

@mufid
Created May 10, 2019 23:00
Show Gist options
  • Save mufid/5223f556731d133c6ba2f5fe51694054 to your computer and use it in GitHub Desktop.
Save mufid/5223f556731d133c6ba2f5fe51694054 to your computer and use it in GitHub Desktop.
class ReadFile {
void readFile(String fileName) {
Files.readAllLines(Paths.get(fileName), StandardCharsets.UTF_8);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment