Кириллица и show

This commit is contained in:
2024-12-09 14:43:29 +03:00
parent de9d8681f3
commit 1c7c0a0fd6
5 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,11 @@
module Main (main) where
import Lib
import UnescapingPrint (uprint)
main :: IO ()
main = putStrLn "Temp"
main =
putStrLn "Введите имя файла:" >>
getLine >>= \fileName ->
readFile fileName >>= \content ->
uprint $ splitText content