diff --git a/README.md b/README.md index 341e20b..f4ae807 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## Team members -(Delete this line and replace it with your information!) +- Jacob Ang +- Noumaan Mohammed ## Git & GitHub diff --git a/jac721gh.java b/jac721gh.java new file mode 100644 index 0000000..7a39a80 --- /dev/null +++ b/jac721gh.java @@ -0,0 +1,7 @@ +public class Test +{ + public static void main(String[] args) + { + System.out.println("Hello World!"); + } +} \ No newline at end of file