WUT_Computer_Science/program/code/functional_tests/PASScomplicatedTable/texfilelonger.tex

8 lines
131 B
TeX
Raw Normal View History

\documentclass{article}
2023-06-07 16:19:44 +02:00
2023-05-31 03:53:16 +02:00
\begin{document}
\begin{tabular}{ l | c | r }
test & 2 & test \\
4 & 5 & 6 \\
\end{tabular}
\end{document}