diff --git a/Newer.java b/Newer.java new file mode 100644 index 00000000..d69d6809 --- /dev/null +++ b/Newer.java @@ -0,0 +1,7 @@ +public class Newer +{ + public static void main(String[] args) throws Exception + { + System.out.println("Hello, World 2!"); + } +} diff --git a/new.java b/new.java new file mode 100644 index 00000000..e07bd490 --- /dev/null +++ b/new.java @@ -0,0 +1,7 @@ +public class New +{ + public static void main(String[] args) throws Exception + { + System.out.println("Hello, World!"); + } +}