diff --git a/src/main/java/co/ivi/jus/text/review/bigbenfather/Island.java b/src/main/java/co/ivi/jus/text/review/bigbenfather/Island.java new file mode 100644 index 0000000..a2fc7e5 --- /dev/null +++ b/src/main/java/co/ivi/jus/text/review/bigbenfather/Island.java @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2021, Xuelei Fan. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + */ + +package co.ivi.jus.text.review.bigbenfather; + +public class Island { + public static void main(String[] args) { + System.out.println(""" + \s No man is an island, + \s Entire of itself, + \sEvery man is a piece of the continent, + \s A part of the main. + """); + } +} diff --git a/src/main/java/co/ivi/jus/text/review/bigbenfather/TableIsland.java b/src/main/java/co/ivi/jus/text/review/bigbenfather/TableIsland.java new file mode 100644 index 0000000..065346c --- /dev/null +++ b/src/main/java/co/ivi/jus/text/review/bigbenfather/TableIsland.java @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2021, Xuelei Fan. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + */ + +package co.ivi.jus.text.review.bigbenfather; + +public class TableIsland { + public static void main(String[] args) { + System.out.println(""" + \s No man is an island, + \s Entire of itself, + \sEvery man is a piece of the continent, + \s A part of the main. + """); + } +}