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

View File

@@ -1,8 +1,8 @@
module Main where
import Lib qualified (someFunc)
import Lib (someFunc)
main :: IO ()
main = do
putStrLn "Hello, Haskell!"
Lib.someFunc
someFunc