diff --git a/W1/helloworld b/W1/helloworld deleted file mode 160000 index 52ff456..0000000 --- a/W1/helloworld +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 52ff456dd9b352bacc80e7cd82da21e90b1bb5ba diff --git a/W1/helloworld/HelloWorld.class b/W1/helloworld/HelloWorld.class new file mode 100644 index 0000000..d968a71 Binary files /dev/null and b/W1/helloworld/HelloWorld.class differ diff --git a/W1/helloworld/HelloWorld.java b/W1/helloworld/HelloWorld.java new file mode 100644 index 0000000..8b20ecc --- /dev/null +++ b/W1/helloworld/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello World!"); + } +} \ No newline at end of file diff --git a/W1/helloworld/README.md b/W1/helloworld/README.md new file mode 100644 index 0000000..a8687f1 --- /dev/null +++ b/W1/helloworld/README.md @@ -0,0 +1,2 @@ +# java +