Browse Source

first commit

1704110111 6 năm trước cách đây
commit
798a1986d3
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -0,0 +1,5 @@
+public class HelloWorld{
+	public static void main(String[] args){
+		System.out.println("HelloWorld");
+	}
+}