nix-config/templates/haskell/src/FooBar.hs

5 lines
71 B
Haskell
Raw Normal View History

2023-09-20 13:09:16 +00:00
module FooBar(fooBar) where
fooBar :: String
fooBar = "Hello, World!"