4 Commits f779225453 ... 26f9ff8eb7

Author SHA1 Message Date
  evafauziah 26f9ff8eb7 Merge branch 'master' of http://repo.fusi24.com:3000/medisa.aris/java-pojo-testing 6 years ago
  evafauziah ee392d3c61 Merge branch 'master' of http://repo.fusi24.com:3000/medisa.aris/java-pojo-testing 6 years ago
  evafauziah 479f808275 Merge branch 'master' of http://repo.fusi24.com:3000/medisa.aris/java-pojo-testing 6 years ago
  evafauziah b755ada0a8 test 6 years ago
1 changed files with 10 additions and 0 deletions
  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
+}