4 次代码提交 f779225453 ... 26f9ff8eb7

作者 SHA1 备注 提交日期
  evafauziah 26f9ff8eb7 Merge branch 'master' of http://repo.fusi24.com:3000/medisa.aris/java-pojo-testing 6 年之前
  evafauziah ee392d3c61 Merge branch 'master' of http://repo.fusi24.com:3000/medisa.aris/java-pojo-testing 6 年之前
  evafauziah 479f808275 Merge branch 'master' of http://repo.fusi24.com:3000/medisa.aris/java-pojo-testing 6 年之前
  evafauziah b755ada0a8 test 6 年之前
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      src/com/fusi24/Tsting2.java

+ 10 - 0
src/com/fusi24/Tsting2.java

@@ -0,0 +1,10 @@
1
+package com.fusi24;
2
+
3
+public class Tsting2 {
4
+
5
+			public static void main(String[] args) {
6
+			System.out.println("Hello Word");
7
+
8
+	}
9
+
10
+}