diff --git a/.idea/misc.xml b/.idea/misc.xml index 7464918..501ce09 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/README.md b/README.md index 5c6885c..1276b36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# Java-Lab-001 - -* The source code file you will edit is in the src folder and contains a Java class file named HelloXwing.java -* Modify the HelloXwing.java file to print out to the **console** the xwing() method. -* Run your program, verify an ascii-art X-Wing prints to the console, and save your changes. -* Commit your changes back to your GitHub account and follow the video on doing a Pull request to the instructor account. +1 - STATEMENTS ARE THE ACTUAL CODE VS COMMENTS ARE NOT INCLUDED INT HE CODE EVEN THOUGH THEY CAN BE TOGETHER. +2 - EASILY MOVED FROM ONE COMPUTING EVIRONMENT TO ANOTHER IE LINUX -> WINDOWS +3 - PRODUCE BY ASSEMBLIG +4 - A FILE THAT CAN BE RAN DIRECTLY ON HARDWARE - BECAUSE IT IS A PERSON PLACE OR THING diff --git a/src/HelloXwing.java b/src/HelloXwing.java index 2b2f3bb..b941bda 100644 --- a/src/HelloXwing.java +++ b/src/HelloXwing.java @@ -28,6 +28,8 @@ static String xwing() { } public static void main(String[] args) { - // Comment + HelloXwing.xwing(); + System.out.println(HelloXwing.xwing()); + System.out.println("pew pew"); } }