diff --git a/Test/src/com/test/Test.java b/Test/src/com/test/Test.java new file mode 100644 index 0000000..8de9d16 --- /dev/null +++ b/Test/src/com/test/Test.java @@ -0,0 +1,9 @@ +package com.test; +public class Test { + + public static void main(String[] args) { + // TODO Auto-generated method stub +System.out.println("hello"); + } + +}