I would like to be able to display the content of a .txt file in my output terminal (Using the System.out.print() command).
I have already tried the fileInputStream /outputStream but I either didn't used it correctly or it didn't work out as I thought it would.
The goal would be to display the content in my file with the same line feed, etc...