From ec8e8d1ea05cf648a5a65cfbd3880c13552e0136 Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Thu, 14 Sep 2023 14:56:24 -0700 Subject: [PATCH 1/8] Done --- .idea/misc.xml | 1 - src/HelloXwing.java | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7464918..2e5d9da 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 2b2f3bb..2d86ff0 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -1,3 +1,11 @@ +/** + * + * @author Trevor Hartman + * + * + * + * @author Sylvan Coleman + */ public class HelloXwing { /** * Returns a String containing a X-Wing ASCII-Art @@ -29,5 +37,6 @@ static String xwing() { public static void main(String[] args) { // Comment + System.out.println(HelloXwing.xwing()); } } From 384f4b7418c6487c6545b468a239c6285bfc0644 Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Thu, 14 Sep 2023 14:59:16 -0700 Subject: [PATCH 2/8] Done --- src/HelloXwing.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 2d86ff0..3d0c1da 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -1,7 +1,6 @@ /** * * @author Trevor Hartman - * * * * @author Sylvan Coleman From b3035d626cd1e6ed643c41a06d0a1f3597892adc Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Thu, 14 Sep 2023 15:00:24 -0700 Subject: [PATCH 3/8] Done --- src/HelloXwing.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 3d0c1da..a05e36d 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -1,4 +1,5 @@ /** + * * * @author Trevor Hartman * From 15a75ec726230020dd35e819fecdd1834f823b50 Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Thu, 14 Sep 2023 15:04:33 -0700 Subject: [PATCH 4/8] Done --- src/HelloXwing.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HelloXwing.java b/src/HelloXwing.java index a05e36d..3d0c1da 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -1,5 +1,4 @@ /** - * * * @author Trevor Hartman * From f4ab13a3546964768e55821accf0104258ecf32d Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Thu, 14 Sep 2023 15:08:02 -0700 Subject: [PATCH 5/8] Done --- src/HelloXwing.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 3d0c1da..a96ac7a 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -8,7 +8,6 @@ public class HelloXwing { /** * Returns a String containing a X-Wing ASCII-Art - * * @return Ascii-Art String of an X-Wing */ static String xwing() { From 28d941d4de2518f024bb4c7d115e7f8ecdfb01fc Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Thu, 14 Sep 2023 15:35:37 -0700 Subject: [PATCH 6/8] Done --- src/HelloXwing.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HelloXwing.java b/src/HelloXwing.java index a96ac7a..3d0c1da 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -8,6 +8,7 @@ public class HelloXwing { /** * Returns a String containing a X-Wing ASCII-Art + * * @return Ascii-Art String of an X-Wing */ static String xwing() { From d2614fe2876e1f08d92ec663666098ef32fe73e8 Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Wed, 20 Sep 2023 14:21:32 -0700 Subject: [PATCH 7/8] Done --- .idea/misc.xml | 3 ++- src/HelloXwing.java | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 2e5d9da..f34ceba 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,6 @@ + - + \ No newline at end of file diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 3d0c1da..883190f 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -34,6 +34,7 @@ static String xwing() { \\_\\_|"""; } + public static void main(String[] args) { // Comment System.out.println(HelloXwing.xwing()); From 3dcb548b0f5f467e3fb85bb520f0447747c5f0e4 Mon Sep 17 00:00:00 2001 From: 2sage4thyme <2sage4thyme@gmail.com> Date: Wed, 20 Sep 2023 14:22:49 -0700 Subject: [PATCH 8/8] Done --- src/HelloXwing.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 883190f..9744c76 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -35,6 +35,7 @@ static String xwing() { } + public static void main(String[] args) { // Comment System.out.println(HelloXwing.xwing());