From 62aa83a0cedb47abef46f2504d001131083c2337 Mon Sep 17 00:00:00 2001
From: Arkadiusz Hypki <arkadiusz@hypki.net>
Date: Mon, 3 Mar 2025 13:27:47 +0100
Subject: [PATCH] 'Added some notes;'

---
 01_Python_C_C++_Java/ex1.md | 4 +++-
 Readme.md                   | 5 ++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/01_Python_C_C++_Java/ex1.md b/01_Python_C_C++_Java/ex1.md
index ff04e21..c86cc82 100644
--- a/01_Python_C_C++_Java/ex1.md
+++ b/01_Python_C_C++_Java/ex1.md
@@ -8,4 +8,6 @@ Remark 2: Please, do not use external libraries.
 
 2. Using a graphical debugger is crucial in programming. Use graphical debugger to stop your program in the exact moment when the code finds out whether the given number is indeed prime or not.
 
-Remark 3: If it is really needed one can use arbitrary precision arithmetic libraries: https://en.wikipedia.org/wiki/List_of_arbitrary-precision_arithmetic_software for different programming languages
\ No newline at end of file
+Remark 3: If it is really needed one can use arbitrary precision arithmetic libraries: https://en.wikipedia.org/wiki/List_of_arbitrary-precision_arithmetic_software for different programming languages
+
+3. Finish this classes by writing the check for the third number using Miller–Rabin alorithm (or any other) to find out whether the number is prime or not.
\ No newline at end of file
diff --git a/Readme.md b/Readme.md
index f3a5166..fcad7dd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,5 @@
-01_Python_C_C++_Java 	- 	tasks for the first classes
-
+01_Python_C_C++_Java 	- 	tasks for the first classes (procedural paradigm)
+02_OOP					-   tasks for the second classes (object oriented paradigm)
 _old 					- 	some old tasks from previous years, maybe we will 
 							use them later
-
 XX_comparison			- 	tasks for the one of our last classes
\ No newline at end of file