Files
hq-sample/scripts/hello.hs
2025-11-19 22:56:26 +09:00

8 lines
102 B
Haskell
Executable File

#! /usr/bin/env cabal
{- cabal:
build-depends: base
-}
main :: IO ()
main = putStrLn "Hello, world!"