mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 15:00:14 +00:00
add haskell programming template
This commit is contained in:
4
templates/haskell/app/Main.hs
Normal file
4
templates/haskell/app/Main.hs
Normal file
@ -0,0 +1,4 @@
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "this is my app"
|
Reference in New Issue
Block a user