updated to print new lines
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -17,9 +17,9 @@ public class Main {
|
||||
* @author ricky barrette
|
||||
*/
|
||||
public Main() {
|
||||
System.out.print("this is a test");
|
||||
System.out.print("MORE OUTPUT!!!");
|
||||
System.out.print("EVEN MORE OUTPUT!!!");
|
||||
System.out.println("this is a test");
|
||||
System.out.println("MORE OUTPUT!!!");
|
||||
System.out.println("EVEN MORE OUTPUT!!!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user