chore: add template
This commit is contained in:
7
scripts/hello.hs
Executable file
7
scripts/hello.hs
Executable file
@@ -0,0 +1,7 @@
|
||||
#! /usr/bin/env cabal
|
||||
{- cabal:
|
||||
build-depends: base
|
||||
-}
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "Hello, world!"
|
||||
Reference in New Issue
Block a user