Untitled

Run Settings
LanguageHaskell
Language Version
Run Command
main :: IO () main = do putStrLn $ "Insert a number" x <- getLine putStrLn $ "The double of " ++ x ++ " is " ++ (show $ (read x) * 2)
Editor Settings
Theme
Key bindings
Full width
Lines