mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
5 lines
74 B
Haskell
5 lines
74 B
Haskell
module Lib (message) where
|
|
|
|
message :: String
|
|
message = "Hello, Haskell!"
|