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