mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:23:07 +02:00
7 lines
116 B
TeX
7 lines
116 B
TeX
|
|
\documentclass{class}
|
||
|
|
\begin{document}
|
||
|
|
\begin{tabular}{ l c r }
|
||
|
|
1 & 2 & 3 \\
|
||
|
|
4 & 5 6 \\
|
||
|
|
\end{tabular}
|
||
|
|
\end{document}
|