diff --git a/JavaApplication1 b/JavaApplication1 index 7740341..b4cd978 100644 --- a/JavaApplication1 +++ b/JavaApplication1 @@ -5,6 +5,6 @@ public class JavaApplication1 { */ public static void main(String[] args) { // Add your name to the end of the System.out - System.out.println("Nathan, Mitchell, *YOURNAME*"); + System.out.println("Nathan, Mitchell, James, *YOURNAME*"); } }