mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 05:00:13 +00:00
add haskell programming template
This commit is contained in:
7
templates/haskell/src/Lib.hs
Normal file
7
templates/haskell/src/Lib.hs
Normal file
@ -0,0 +1,7 @@
|
||||
module Lib
|
||||
( someFunc,
|
||||
)
|
||||
where
|
||||
|
||||
someFunc :: IO ()
|
||||
someFunc = putStrLn "this is a lib"
|
Reference in New Issue
Block a user