chore: add template

This commit is contained in:
2025-11-19 22:56:20 +09:00
parent 17414e5e3a
commit 0853a65e3b
7 changed files with 25 additions and 31 deletions

7
scripts/hello.hs Executable file
View File

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