From d4ea1c92132fa011ac09b3bf6996ad2652a2de57 Mon Sep 17 00:00:00 2001 From: Ajurna Date: Mon, 28 Jul 2025 17:31:23 +0100 Subject: [PATCH] Refactored project structure, added multithreaded echo server and prime checking server, updated tests. --- .idea/.name | 1 + .idea/deployment.xml | 35 ++++++++++++++++++++ .idea/inspectionProfiles/Project_Default.xml | 17 ++++++++++ 3 files changed, 53 insertions(+) create mode 100644 .idea/.name create mode 100644 .idea/deployment.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..97099c0 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +server00 \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 0000000..76c0344 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..0ea3acd --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file