summaryrefslogtreecommitdiff
path: root/latex/examples/hello.tex
blob: bd955e01a7699647ac40c085936403e479920fe1 (plain)
1
2
3
4
5
6
  %hello.tex - First LaTeX document
  \documentclass{article}

  \begin{document}
    Hello, World!
  \end{document}