From b0eb8fed06c353764eb35b4b79deaa2ec0f83007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=9D=A5=E5=AE=BE?= Date: Wed, 17 Nov 2021 11:48:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=87=E6=9C=AC=E5=9D=97=E5=B1=85?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jus/text/review/bigbenfather/Island.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/java/co/ivi/jus/text/review/bigbenfather/Island.java 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. + """); + } +} From 7d0112abcb5baf691e1e3e37243a276c9e8c37eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E6=9D=A5=E5=AE=BE?= Date: Wed, 17 Nov 2021 13:37:49 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95tab=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../text/review/bigbenfather/TableIsland.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/main/java/co/ivi/jus/text/review/bigbenfather/TableIsland.java 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. + """); + } +}