WUT_Computer_Science/preliminaryReport/tests/simpletable.tex

8 lines
143 B
TeX

\documentclass{article}
\begin{document}
\begin{tabular}{ l | c | r }
test & 2 & test \\
4 & 5 & 6 \\
7 & 8 & 9 \\
\end{tabular}
\end{document}