diff --git a/codes/run.class b/codes/run.class new file mode 100644 index 0000000..84ba0a6 Binary files /dev/null and b/codes/run.class differ diff --git a/codes/run.java b/codes/run.java new file mode 100755 index 0000000..2660894 --- /dev/null +++ b/codes/run.java @@ -0,0 +1,5 @@ +public class run{ + public static void main(String args[]){ + System.out.println("IDE not compactable for databaseconnection"); + } +} \ No newline at end of file diff --git a/lib/junit-platform-console-standalone-1.10.2.jar b/lib/junit-platform-console-standalone-1.10.2.jar new file mode 100644 index 0000000..7ca10e6 Binary files /dev/null and b/lib/junit-platform-console-standalone-1.10.2.jar differ