import AutoGUI import Control.Monad (forM_) main :: IO () main = do initialize putStrLn "3 seconds until beeping begins" sleep 3 forM_ ...
確定! 回上一頁