j
k
j a
j l
On 12/14/2010 03:13 PM, Bastian Erdnüß wrote:
Another solution would be main = do input<- readFile "path_to_file" let prova = lines input print prova Cheers, Bastian
Another solution would be
main = do input<- readFile "path_to_file" let prova = lines input print prova
Cheers, Bastian
Definitely the best solution, thank you Bastian ;) Luca
Back to the thread
Back to the list