WUT_Computer_Science/examples/justLines/table.tex

8 lines
110 B
TeX
Raw Normal View History

2023-05-21 11:43:32 +02:00
\documentclass{article}
\begin{document}
\begin{tabular}{|}
2023-05-21 11:43:32 +02:00
test \\
test
\end{tabular}
\end{document}