generated from me/nix-flake-template
8 lines
172 B
Haskell
8 lines
172 B
Haskell
-- SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
--
|
|
-- SPDX-License-Identifier: MIT
|
|
|
|
module Main where
|
|
|
|
main :: IO ()
|
|
main = putStrLn "Hello, Haskell!"
|