-- SPDX-License-Identifier: ISC -- Copyright (c) 2020 Camden Dixie O'Brien module Main (main) where main :: IO () main = putStrLn "Hello, Haskell!"