mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-20 08:44:41 +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