2 lines
54 B
Haskell
2 lines
54 B
Haskell
do text <- readFile filepath
|
|
-- do stuff with text
|
do text <- readFile filepath
|
|
-- do stuff with text
|