This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
mathematical-algorithms/app/Main.hs
2025-03-23 12:04:54 +09:00

6 lines
73 B
Haskell

module Main where
main :: IO ()
main = do
putStrLn "Hello, Haskell!"