Created
November 25, 2017 09:51
-
-
Save mizukmb/be9bf3eb6fc149fe90f50e715c66d0d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import System.IO | |
main = do | |
todoItem <- getLine | |
appendFile "todo.txt" (todoItem ++ "\n") |
Author
mizukmb
commented
Nov 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment