My try: since $\ker(A)=\ker(A^T)=(Im(A))^\perp$ and by the rank-nullity theorem we have $$\Bbb R^n=\ker(A)\oplus Im(A)$$ so if we write the matrix $A$ relative to a basis of $\Bbb R^n$ adapted to previous direct sum then we see that $A$ is similar to the block diagonal matrix $\operatorname{diag}(0,B)$ where $B$ is the matrix of the restriction of $A$ on the subspace $Im(A)$. And since $A$ is nilpotent then $A^n=0$ and so $B^n=0$. If $Im(A)\ne\{0\}$ then $B$ would be invertible and so $B^n\ne0$ which is a contradiction. Hence $Im(A)=\{0\}$ so $\Bbb R^n=\ker A$ and then $A=0$.
Is this proof Ok and are there other ways to prove it?