\documentclass{article}
\begin{document}
\begin{tabular}{l@{ $\rightarrow$ }l}
1 & aaa \\
2 & bbb \\
3 & ccc \\
4 & ddd
\end{tabular}
\end{document}
