public static void main(String[] args) throws IOException { String result = new String(Files.readAllBytes(Paths.get("/tmp/result.txt"))); }
public static void main(String[] args) throws IOException { String result = new String(Files.readAllBytes(Paths.get("/tmp/result.txt"))); }