Skip to content

Instantly share code, notes, and snippets.

@coreyoconnor
Created June 11, 2017 23:14
Show Gist options
  • Save coreyoconnor/2da419db658850b1c072ff9f755717b0 to your computer and use it in GitHub Desktop.
Save coreyoconnor/2da419db658850b1c072ff9f755717b0 to your computer and use it in GitHub Desktop.
#! /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