From f265ddb3244bc40684c3cb020c573be57fc28591 Mon Sep 17 00:00:00 2001 From: kuchyx Date: Sat, 26 Nov 2022 00:13:42 +0100 Subject: [PATCH] feat: output text --- report/report.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/report/report.tex b/report/report.tex index e9af7f4f..f9f453a5 100644 --- a/report/report.tex +++ b/report/report.tex @@ -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}