18 lines
304 B
TeX
18 lines
304 B
TeX
\documentclass{beamer}
|
|
%Information to be included in the title page:
|
|
\title{Typinferenz für Java mit Wildcards}
|
|
\author{Andreas Stadelmeier}
|
|
\institute{DHBW Stuttgart Campus Horb}
|
|
\date{2024}
|
|
|
|
\begin{document}
|
|
|
|
\frame{\titlepage}
|
|
|
|
\begin{frame}
|
|
\frametitle{Motivation}
|
|
TODO
|
|
\end{frame}
|
|
|
|
\end{document}
|