I'm using
\documentclass[10pt,twocolumn]{article}
\usepackage{hhline}
\usepackage[left=1cm,right=1cm,top=1cm,bottom=2cm]{geometry}
\addtolength{\columnsep}{0.4cm}
\addtolength{\textwidth}{\columnsep}
\setlength\parindent{0pt}
\begin{document}
\begin{tabular}{ll}
1 & Aron climbed down a narrow gap between \\
2 & the walls of the canyon. Suddenly a large \\
3 & rock fell on his right arm. It trapped his arm \\
4 & against the canyon wall. He tried to pull is \\
5 & arm out, but the rock weighed 360 kilograms.\\
\end{tabular}
\end{document}
I'd like to have the four lines of each long text justified, is there way to accomplish this?
I've added a more complete example to show what I want.

tabularfor this? Are you trying to number lines? There's no way to justify each line without awful interword spacing. – Alan Munn Mar 07 '16 at 02:01