15 lines
369 B
TeX
15 lines
369 B
TeX
\begin{table}[h]
|
|
\centering
|
|
\begin{tabular}{llr}
|
|
\toprule
|
|
Sprache & Autor & Jahr \\
|
|
\midrule
|
|
C++ & Bjarne Stroustrup & 1985 \\
|
|
Java & James Gosling & 1998 \\
|
|
Python & Guido van Rossum & 1991 \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\caption{Bekannte Programmiersprachen}
|
|
\end{table}
|
|
|