Browse Source

Merge branch 'master' of http://repo.fusi24.com:3000/medisa.aris/java-pojo-testing

nursyifa_pratiwi 6 years ago
parent
commit
62e36b0c37
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
+}