-- SPDX-FileCopyrightText: 2025 Ethan Reece -- -- SPDX-License-Identifier: MIT module Main where main :: IO () main = putStrLn "Hello, Haskell!"