mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-12 12:23:21 +03:00
SuspendAndResumeDemo: remove stale/testing getLine at end of main
This commit is contained in:
parent
e1a1f90a98
commit
2942514198
@ -53,6 +53,3 @@ theApp =
|
|||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
void $ defaultMain theApp initialState
|
void $ defaultMain theApp initialState
|
||||||
putStrLn "Enter a line:"
|
|
||||||
s <- getLine
|
|
||||||
print s
|
|
||||||
|
Loading…
Reference in New Issue
Block a user