nix-config/templates/haskell/src/FooBar.hs
2023-09-20 09:09:16 -04:00

4 lines
71 B
Haskell

module FooBar(fooBar) where
fooBar :: String
fooBar = "Hello, World!"