diff --git a/src/main/java/org/csource/common/Test1.java b/src/main/java/org/csource/common/Test1.java new file mode 100644 index 0000000..c9d0ecf --- /dev/null +++ b/src/main/java/org/csource/common/Test1.java @@ -0,0 +1,8 @@ +package org.csource.common; + +public class Test1 { + public static void main(String[] args) { + System.out.println(666); + } + +} diff --git a/src/test/java/org/t1/1.txt b/src/test/java/org/t1/1.txt new file mode 100644 index 0000000..5f5fbe7 --- /dev/null +++ b/src/test/java/org/t1/1.txt @@ -0,0 +1,3 @@ +1 +2 +3 \ No newline at end of file