Starting a new version of Java Pathfinder.
authorrtrimana <rtrimana@uci.edu>
Mon, 10 Jun 2019 22:05:55 +0000 (15:05 -0700)
committerrtrimana <rtrimana@uci.edu>
Mon, 10 Jun 2019 22:05:55 +0000 (15:05 -0700)
examples/HelloWorld.java

index 946bf3bafa3c3ee4c5a9cdfe2d202b1c25c7b1ce..1ac8f4b250c233e810582b6f56d220c013f310cc 100644 (file)
@@ -3,5 +3,6 @@ public class HelloWorld {
        public static void main(String[] args) {
 
                System.out.println("Hello World!");
+       
        }
-}
\ No newline at end of file
+}