module Main where import System.IO (IO, putStrLn) main :: IO () main = putStrLn "Hello, World!"