\documentclass{article}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw [thick] (0,0)node [below]{B}--(4,0)node [below]{C}--(2,2)node [above]{A}--(0,0);
\end{tikzpicture}
\end{document}