diff --git a/New.html b/New.html new file mode 100644 index 0000000..fb5de7d --- /dev/null +++ b/New.html @@ -0,0 +1,10 @@ + + + + + title + + + + + \ No newline at end of file diff --git a/mack.java b/mack.java new file mode 100644 index 0000000..be60cd3 --- /dev/null +++ b/mack.java @@ -0,0 +1,6 @@ +public class Main { + public static void main(String[] args) { + String name = "John"; + System.out.println(name); + } +}