feat: output text

This commit is contained in:
kuchyx 2022-11-26 00:13:42 +01:00
parent 9eae95aa0d
commit f265ddb324

View File

@ -24,7 +24,9 @@ we return array of prime numbers to function which prints those numbers
There is single input, variable named $num$ which is the upper limit of numbers to checked \\
It is a simple int variable, it cannot be less than 2 and has to be a whole number.
\subsection{Output text on console}
As an output we put out all input prompts which ask for an upper limit, and the list of prime numbers found by our algorithm.
\subsection{Format of output data}
Output data is a string
\section{Description of designed code structure}
\subsection{Own implementation tests}
\paragraph{Comments}