°‿‿°

This commit is contained in:
2023-10-18 19:47:11 +02:00
parent 3a9e37fb80
commit 48be867467
11 changed files with 297 additions and 21 deletions

8
app/Main.hs Normal file
View File

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