From b572b02d066e6534bfb62e2834ea27321116df9a Mon Sep 17 00:00:00 2001 From: Mariqus1616 Date: Thu, 14 Sep 2023 12:47:25 -0700 Subject: [PATCH] finished lab 1 --- .idea/misc.xml | 2 +- src/HelloXwing.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 7464918..cf9abe6 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 2b2f3bb..74fc488 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -28,6 +28,7 @@ static String xwing() { } public static void main(String[] args) { + System.out.println(xwing()); // Comment } }