From d07425130cd29fd070c4603ef71f4b99f4a232f9 Mon Sep 17 00:00:00 2001 From: RanjithBillakanti Date: Tue, 19 May 2020 15:52:25 +0530 Subject: [PATCH] Commiting new test file --- sample-java-project.iml | 12 ++++++++++++ test/sample/java/project/testfile.java | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 sample-java-project.iml create mode 100644 test/sample/java/project/testfile.java diff --git a/sample-java-project.iml b/sample-java-project.iml new file mode 100644 index 00000000..4fd5057c --- /dev/null +++ b/sample-java-project.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/test/sample/java/project/testfile.java b/test/sample/java/project/testfile.java new file mode 100644 index 00000000..6283e20c --- /dev/null +++ b/test/sample/java/project/testfile.java @@ -0,0 +1,8 @@ +public class testfile + +{ + public static void main(String args[]) + { + system.out.println("This is new file created today....") + } +}