diff --git a/.idea/misc.xml b/.idea/misc.xml index 7464918..d97e4c4 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..3009e04 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -28,6 +28,8 @@ static String xwing() { } public static void main(String[] args) { - // Comment + // Tatooine or bust! + HelloXwing.xwing(); + System.out.println(HelloXwing.xwing()); } }