Created
June 11, 2017 23:14
-
-
Save coreyoconnor/2da419db658850b1c072ff9f755717b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env nix-shell | |
#! nix-shell -i runghc -p haskellPackages.ghc | |
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-17.03.tar.gz | |
-- Print hello world | |
main = do | |
putStrLn "Hello World!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment