I have a paragraph which has been indented already. for example
Hello:
Hi every body
Now I want to print this in Java. using System.out.println
I have to put this function in each line. How can I do it like when you use print in python that you just put a " around it and it's already ready.