Skip to content

Instantly share code, notes, and snippets.

@thoferon
Created February 4, 2020 06:14
Show Gist options
  • Save thoferon/d585ddf94e0248a4787212971bc5a8aa to your computer and use it in GitHub Desktop.
Save thoferon/d585ddf94e0248a4787212971bc5a8aa to your computer and use it in GitHub Desktop.
haskell-nix-setup
module Module
( secretNumber
) where
secretNumber :: Int
secretNumber = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment