I am trying to find how to have the picture on the left side of sheet and the code (from {algorithmic}) on the right sheet. Do you know anybody how to?

Thanks !
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\begin{minipage}[]{0.5\textwidth}
\begin{flushleft}
\includegraphics[scale=0.6]{obr1.pdf}
\end{flushleft}
\end{minipage}%
%
\begin{minipage}[]{0.5\textwidth}
\begin{flushright}
\begin{algorithmic}
\STATE Zacatek
\STATE \ \ \ Prikaz1
\STATE \ \ \ Prikaz2
\STATE Konec
\end{algorithmic}
\end{flushright}
\end{minipage}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p