diff --git a/Test.java b/Test.java index 4566fbc..9f18380 100644 --- a/Test.java +++ b/Test.java @@ -1,3 +1,5 @@ public class Test { - + public static void main(String[] args) { + System.out.println("Hello World"); + } } diff --git a/out/production/TestPr2/.idea/.gitignore b/out/production/TestPr2/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/out/production/TestPr2/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/out/production/TestPr2/.idea/TestPr2.iml b/out/production/TestPr2/.idea/TestPr2.iml new file mode 100644 index 0000000..b107a2d --- /dev/null +++ b/out/production/TestPr2/.idea/TestPr2.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/out/production/TestPr2/.idea/misc.xml b/out/production/TestPr2/.idea/misc.xml new file mode 100644 index 0000000..6f29fee --- /dev/null +++ b/out/production/TestPr2/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/out/production/TestPr2/.idea/modules.xml b/out/production/TestPr2/.idea/modules.xml new file mode 100644 index 0000000..206148c --- /dev/null +++ b/out/production/TestPr2/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/out/production/TestPr2/.idea/vcs.xml b/out/production/TestPr2/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/out/production/TestPr2/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/out/production/TestPr2/Test.class b/out/production/TestPr2/Test.class new file mode 100644 index 0000000..b8bf453 Binary files /dev/null and b/out/production/TestPr2/Test.class differ