°‿‿°

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

4
src/Snus.hs Normal file
View File

@ -0,0 +1,4 @@
module Snus (someFunc) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"