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

7 lines
73 B
Haskell
Raw Normal View History

2025-03-23 12:04:54 +09:00
module Main where
main :: IO ()
main = do
putStrLn "Hello, Haskell!"